#CCAE9B

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

Shades of Cashmere #CCAE9B

Tints of Cashmere #CCAE9B

Color information

#CCAE9B (or 0xCCAE9B) is unknown color: approx Cashmere. HEX triplet: CC, AE and 9B. RGB value is (204,174,155). Sum of RGB (Red+Green+Blue) = 204+174+155=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE9B is #335164. Grayscale: #B4B4B4. Windows color (decimal): -3363173 or 10202828. OLE color: 10202828.

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

Color convert

RGB204174155-
CMYK00.150.240.2
HSL23.27º32.45%70.39%-
HSV(B)23.27º24.02%80%-
XYZ45.9545.4837.37-
YUV180.8113.44144.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=38.27%
G=32.65%
B=29.08%

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
Decimal20417415500.150.240.223.2732.4570.39
HexCCAE9B0F1814172046
Octal31425623301730242740106
Binary110011001010111010011011011111100010100101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE9B; }

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

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

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

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

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

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

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

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