#CCA995

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

Shades of Cashmere #CCA995

Tints of Cashmere #CCA995

Color information

#CCA995 (or 0xCCA995) is unknown color: approx Cashmere. HEX triplet: CC, A9 and 95. RGB value is (204,169,149). Sum of RGB (Red+Green+Blue) = 204+169+149=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA995 is #33566A. Grayscale: #B1B1B1. Windows color (decimal): -3364459 or 9808332. OLE color: 9808332.

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

Color convert

RGB204169149-
CMYK00.170.270.2
HSL21.82º35.03%69.22%-
HSV(B)21.82º26.96%80%-
XYZ44.5143.3834.46-
YUV177.18112.1147.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=39.08%
G=32.38%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416914900.170.270.221.8235.0369.22
HexCCA9950111B14162345
Octal31425122502133242643105
Binary1100110010101001100101010100011101110100101101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA995; }

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

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

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

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

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

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

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

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