#CCAC91

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

Shades of Cashmere #CCAC91

Tints of Cashmere #CCAC91

Color information

#CCAC91 (or 0xCCAC91) is unknown color: approx Cashmere. HEX triplet: CC, AC and 91. RGB value is (204,172,145). Sum of RGB (Red+Green+Blue) = 204+172+145=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC91 is #33536E. Grayscale: #B2B2B2. Windows color (decimal): -3363695 or 9546956. OLE color: 9546956.

HSL color Cylindrical-coordinate representation of color #CCAC91: hue angle of 27.46º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCAC91 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB204172145-
CMYK00.160.290.2
HSL27.46º36.65%68.43%-
HSV(B)27.46º28.92%80%-
XYZ44.7744.3933-
YUV178.49109.1146.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 145 (57.03% from 255) = 27.83%
R=39.16%
G=33.01%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417214500.160.290.227.4636.6568.43
HexCCAC910101D141b2544
Octal31425422102035243345104
Binary1100110010101100100100010100001110110100110111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC91; }

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

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

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

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

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

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

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

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