#CCAE9C

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

Shades of Cashmere #CCAE9C

Tints of Cashmere #CCAE9C

Color information

#CCAE9C (or 0xCCAE9C) is unknown color: approx Cashmere. HEX triplet: CC, AE and 9C. RGB value is (204,174,156). Sum of RGB (Red+Green+Blue) = 204+174+156=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE9C is #335163. Grayscale: #B5B5B5. Windows color (decimal): -3363172 or 10268364. OLE color: 10268364.

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

Color convert

RGB204174156-
CMYK00.150.240.2
HSL22.5º32%70.59%-
HSV(B)22.5º23.53%80%-
XYZ46.0445.5137.81-
YUV180.92113.94144.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=38.20%
G=32.58%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417415600.150.240.222.53270.59
HexCCAE9C0F1814172047
Octal31425623401730242740107
Binary110011001010111010011100011111100010100101111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE9C; }

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

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

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

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

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

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

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

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