#CAAD93

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

Shades of Cashmere #CAAD93

Tints of Cashmere #CAAD93

Color information

#CAAD93 (or 0xCAAD93) is unknown color: approx Cashmere. HEX triplet: CA, AD and 93. RGB value is (202,173,147). Sum of RGB (Red+Green+Blue) = 202+173+147=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD93 is #35526C. Grayscale: #B2B2B2. Windows color (decimal): -3494509 or 9678282. OLE color: 9678282.

HSL color Cylindrical-coordinate representation of color #CAAD93: hue angle of 28.36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAAD93 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202173147-
CMYK00.140.270.21
HSL28.36º34.16%68.43%-
HSV(B)28.36º27.23%79.22%-
XYZ44.5744.5533.85-
YUV178.71110.11144.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=38.70%
G=33.14%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217314700.140.270.2128.3634.1668.43
HexCAAD930E1B151c2244
Octal31225522301633253442104
Binary110010101010110110010011011101101110101111001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD93; }

 p { color: rgb(202,173,147); }

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

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

 a { background-color: rgb(202,173,147); }

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

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

 span { border-color: rgb(202,173,147); }

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