#CCAC99

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

Shades of Cashmere #CCAC99

Tints of Cashmere #CCAC99

Color information

#CCAC99 (or 0xCCAC99) is unknown color: approx Cashmere. HEX triplet: CC, AC and 99. RGB value is (204,172,153). Sum of RGB (Red+Green+Blue) = 204+172+153=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC99 is #335366. Grayscale: #B3B3B3. Windows color (decimal): -3363687 or 10071244. OLE color: 10071244.

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

Color convert

RGB204172153-
CMYK00.160.250.2
HSL22.35º33.33%70%-
HSV(B)22.35º25%80%-
XYZ45.444.6436.36-
YUV179.4113.1145.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=38.56%
G=32.51%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417215300.160.250.222.3533.3370
HexCCAC990101914162146
Octal31425423102031242641106
Binary1100110010101100100110010100001100110100101101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC99; }

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

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

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

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

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

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

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

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