#CBAD90

Color #CBAD90 Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #CBAD90

Tints of Cashmere #CBAD90

Color information

#CBAD90 (or 0xCBAD90) is unknown color: approx Cashmere. HEX triplet: CB, AD and 90. RGB value is (203,173,144). Sum of RGB (Red+Green+Blue) = 203+173+144=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD90 is #34526F. Grayscale: #B2B2B2. Windows color (decimal): -3428976 or 9481675. OLE color: 9481675.

HSL color Cylindrical-coordinate representation of color #CBAD90: hue angle of 29.49º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBAD90 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB203173144-
CMYK00.150.290.20
HSL29.49º36.2%68.04%-
HSV(B)29.49º29.06%79.61%-
XYZ44.6144.632.64-
YUV178.66108.44145.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=39.04%
G=33.27%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317314400.150.290.2029.4936.268.04
HexCBAD900F1D141d2444
Octal31325522001735243544104
Binary110010111010110110010000011111110110100111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD90; }

 p { color: rgb(203,173,144); }

 H1.HeaderClassName
 {
   color: #CBAD90;
 }
 .AnyTagClassName
 {
   color: #CBAD90;
 }
</style>
background-color css

<style>
 a { background-color: #CBAD90; }

 a { background-color: rgb(203,173,144); }

 div.DivClassName
 {
   background-color: #CBAD90;
 }
 .BgClassName
 {
   background-color: #CBAD90;
 }
</style>
border-color css

<style>
 span { border-color: #CBAD90; }

 span { border-color: rgb(203,173,144); }

 td.TdClassName
 {
   border-color: #CBAD90;
 }
 .TagClassName
 {
   border-color: #CBAD90;
 }
</style>