#CCAE9E

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

Shades of Cashmere #CCAE9E

Tints of Cashmere #CCAE9E

Color information

#CCAE9E (or 0xCCAE9E) is unknown color: approx Cashmere. HEX triplet: CC, AE and 9E. RGB value is (204,174,158). Sum of RGB (Red+Green+Blue) = 204+174+158=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE9E is #335161. Grayscale: #B5B5B5. Windows color (decimal): -3363170 or 10399436. OLE color: 10399436.

HSL color Cylindrical-coordinate representation of color #CCAE9E: hue angle of 20.87º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCAE9E is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204174158-
CMYK00.150.230.2
HSL20.87º31.08%70.98%-
HSV(B)20.87º22.55%80%-
XYZ46.2145.5838.71-
YUV181.15114.94144.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=38.06%
G=32.46%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417415800.150.230.220.8731.0870.98
HexCCAE9E0F1714151f47
Octal31425623601727242537107
Binary11001100101011101001111001111101111010010101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE9E; }

 p { color: rgb(204,174,158); }

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

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

 a { background-color: rgb(204,174,158); }

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

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

 span { border-color: rgb(204,174,158); }

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