#CCAC96

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

Shades of Cashmere #CCAC96

Tints of Cashmere #CCAC96

Color information

#CCAC96 (or 0xCCAC96) is unknown color: approx Cashmere. HEX triplet: CC, AC and 96. RGB value is (204,172,150). Sum of RGB (Red+Green+Blue) = 204+172+150=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC96 is #335369. Grayscale: #B3B3B3. Windows color (decimal): -3363690 or 9874636. OLE color: 9874636.

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

Color convert

RGB204172150-
CMYK00.160.260.2
HSL24.44º34.62%69.41%-
HSV(B)24.44º26.47%80%-
XYZ45.1644.5435.07-
YUV179.06111.6145.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=38.78%
G=32.70%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417215000.160.260.224.4434.6269.41
HexCCAC960101A14182345
Octal31425422602032243043105
Binary1100110010101100100101100100001101010100110001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC96; }

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

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

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

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

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

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

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

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