#CAAE94

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

Shades of Cashmere #CAAE94

Tints of Cashmere #CAAE94

Color information

#CAAE94 (or 0xCAAE94) is unknown color: approx Cashmere. HEX triplet: CA, AE and 94. RGB value is (202,174,148). Sum of RGB (Red+Green+Blue) = 202+174+148=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAE94 is #35516B. Grayscale: #B3B3B3. Windows color (decimal): -3494252 or 9744074. OLE color: 9744074.

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

Color convert

RGB202174148-
CMYK00.140.270.21
HSL28.89º33.75%68.63%-
HSV(B)28.89º26.73%79.22%-
XYZ44.8444.9734.33-
YUV179.41110.28144.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=38.55%
G=33.21%
B=28.24%

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
Decimal20217414800.140.270.2128.8933.7568.63
HexCAAE940E1B151d2245
Octal31225622401633253542105
Binary110010101010111010010100011101101110101111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE94; }

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

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

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

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

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

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

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

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