#CAAD92

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

Shades of Cashmere #CAAD92

Tints of Cashmere #CAAD92

Color information

#CAAD92 (or 0xCAAD92) is unknown color: approx Cashmere. HEX triplet: CA, AD and 92. RGB value is (202,173,146). Sum of RGB (Red+Green+Blue) = 202+173+146=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD92 is #35526D. Grayscale: #B2B2B2. Windows color (decimal): -3494510 or 9612746. OLE color: 9612746.

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

Color convert

RGB202173146-
CMYK00.140.280.21
HSL28.93º34.57%68.24%-
HSV(B)28.93º27.72%79.22%-
XYZ44.4944.5233.44-
YUV178.59109.61144.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=38.77%
G=33.21%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217314600.140.280.2128.9334.5768.24
HexCAAD920E1C151d2344
Octal31225522201634253543104
Binary110010101010110110010010011101110010101111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD92; }

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

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

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

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

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

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

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

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