#CCAE9D

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

Shades of Cashmere #CCAE9D

Tints of Cashmere #CCAE9D

Color information

#CCAE9D (or 0xCCAE9D) is unknown color: approx Cashmere. HEX triplet: CC, AE and 9D. RGB value is (204,174,157). Sum of RGB (Red+Green+Blue) = 204+174+157=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE9D is #335162. Grayscale: #B5B5B5. Windows color (decimal): -3363171 or 10333900. OLE color: 10333900.

HSL color Cylindrical-coordinate representation of color #CCAE9D: hue angle of 21.7º degrees, saturation: 0.32, 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 #CCAE9D is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204174157-
CMYK00.150.230.2
HSL21.7º31.54%70.78%-
HSV(B)21.7º23.04%80%-
XYZ46.1245.5438.26-
YUV181.03114.44144.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=38.13%
G=32.52%
B=29.35%

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
Decimal20417415700.150.230.221.731.5470.78
HexCCAE9D0F1714162047
Octal31425623501727242640107
Binary110011001010111010011101011111011110100101101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE9D; }

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

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

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

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

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

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

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

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