#CCAC9C

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

Shades of Cashmere #CCAC9C

Tints of Cashmere #CCAC9C

Color information

#CCAC9C (or 0xCCAC9C) is unknown color: approx Cashmere. HEX triplet: CC, AC and 9C. RGB value is (204,172,156). Sum of RGB (Red+Green+Blue) = 204+172+156=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC9C is #335363. Grayscale: #B3B3B3. Windows color (decimal): -3363684 or 10267852. OLE color: 10267852.

HSL color Cylindrical-coordinate representation of color #CCAC9C: hue angle of 20º 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 #CCAC9C is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB204172156-
CMYK00.160.240.2
HSL20º32%70.59%-
HSV(B)20º23.53%80%-
XYZ45.6644.7437.68-
YUV179.74114.6145.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 156 (61.33% from 255) = 29.32%
R=38.35%
G=32.33%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417215600.160.240.2203270.59
HexCCAC9C0101814142047
Octal31425423402030242440107
Binary1100110010101100100111000100001100010100101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC9C; }

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

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

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

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

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

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

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

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