#CCA996

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

Shades of Cashmere #CCA996

Tints of Cashmere #CCA996

Color information

#CCA996 (or 0xCCA996) is unknown color: approx Cashmere. HEX triplet: CC, A9 and 96. RGB value is (204,169,150). Sum of RGB (Red+Green+Blue) = 204+169+150=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA996 is #335669. Grayscale: #B1B1B1. Windows color (decimal): -3364458 or 9873868. OLE color: 9873868.

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

Color convert

RGB204169150-
CMYK00.170.260.2
HSL21.11º34.62%69.41%-
HSV(B)21.11º26.47%80%-
XYZ44.5943.4234.88-
YUV177.3112.6147.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=39.01%
G=32.31%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416915000.170.260.221.1134.6269.41
HexCCA9960111A14152345
Octal31425122602132242543105
Binary1100110010101001100101100100011101010100101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA996; }

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

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

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

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

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

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

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

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