#CCAC95

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

Shades of Cashmere #CCAC95

Tints of Cashmere #CCAC95

Color information

#CCAC95 (or 0xCCAC95) is unknown color: approx Cashmere. HEX triplet: CC, AC and 95. RGB value is (204,172,149). Sum of RGB (Red+Green+Blue) = 204+172+149=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC95 is #33536A. Grayscale: #B3B3B3. Windows color (decimal): -3363691 or 9809100. OLE color: 9809100.

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

Color convert

RGB204172149-
CMYK00.160.270.2
HSL25.09º35.03%69.22%-
HSV(B)25.09º26.96%80%-
XYZ45.0844.5134.65-
YUV178.95111.1145.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=38.86%
G=32.76%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417214900.160.270.225.0935.0369.22
HexCCAC950101B14192345
Octal31425422502033243143105
Binary1100110010101100100101010100001101110100110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC95; }

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

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

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

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

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

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

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

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