#CAAE92

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

Shades of Cashmere #CAAE92

Tints of Cashmere #CAAE92

Color information

#CAAE92 (or 0xCAAE92) is unknown color: approx Cashmere. HEX triplet: CA, AE and 92. RGB value is (202,174,146). Sum of RGB (Red+Green+Blue) = 202+174+146=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAE92 is #35516D. Grayscale: #B3B3B3. Windows color (decimal): -3494254 or 9613002. OLE color: 9613002.

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

Color convert

RGB202174146-
CMYK00.140.280.21
HSL30º34.57%68.24%-
HSV(B)30º27.72%79.22%-
XYZ44.6844.933.51-
YUV179.18109.28144.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=38.70%
G=33.33%
B=27.97%

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
Decimal20217414600.140.280.213034.5768.24
HexCAAE920E1C151e2344
Octal31225622201634253643104
Binary110010101010111010010010011101110010101111101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE92; }

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

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

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

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

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

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

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

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