#CAAC92

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

Shades of Cashmere #CAAC92

Tints of Cashmere #CAAC92

Color information

#CAAC92 (or 0xCAAC92) is unknown color: approx Cashmere. HEX triplet: CA, AC and 92. RGB value is (202,172,146). Sum of RGB (Red+Green+Blue) = 202+172+146=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAC92 is #35536D. Grayscale: #B2B2B2. Windows color (decimal): -3494766 or 9612490. OLE color: 9612490.

HSL color Cylindrical-coordinate representation of color #CAAC92: hue angle of 27.86º 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 #CAAC92 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB202172146-
CMYK00.150.280.21
HSL27.86º34.57%68.24%-
HSV(B)27.86º27.72%79.22%-
XYZ44.344.1433.38-
YUV178.01109.94145.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=38.85%
G=33.08%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217214600.150.280.2127.8634.5768.24
HexCAAC920F1C151c2344
Octal31225422201734253443104
Binary110010101010110010010010011111110010101111001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC92; }

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

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

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

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

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

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

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

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