#CAAE93

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

Shades of Cashmere #CAAE93

Tints of Cashmere #CAAE93

Color information

#CAAE93 (or 0xCAAE93) is unknown color: approx Cashmere. HEX triplet: CA, AE and 93. RGB value is (202,174,147). Sum of RGB (Red+Green+Blue) = 202+174+147=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAE93 is #35516C. Grayscale: #B3B3B3. Windows color (decimal): -3494253 or 9678538. OLE color: 9678538.

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

Color convert

RGB202174147-
CMYK00.140.270.21
HSL29.45º34.16%68.43%-
HSV(B)29.45º27.23%79.22%-
XYZ44.7644.9433.92-
YUV179.29109.78144.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 147 (57.81% from 255) = 28.11%
R=38.62%
G=33.27%
B=28.11%

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
Decimal20217414700.140.270.2129.4534.1668.43
HexCAAE930E1B151d2244
Octal31225622301633253542104
Binary110010101010111010010011011101101110101111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE93; }

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

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

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

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

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

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

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

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