#CCAC98

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

Shades of Cashmere #CCAC98

Tints of Cashmere #CCAC98

Color information

#CCAC98 (or 0xCCAC98) is unknown color: approx Cashmere. HEX triplet: CC, AC and 98. RGB value is (204,172,152). Sum of RGB (Red+Green+Blue) = 204+172+152=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC98 is #335367. Grayscale: #B3B3B3. Windows color (decimal): -3363688 or 10005708. OLE color: 10005708.

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

Color convert

RGB204172152-
CMYK00.160.250.2
HSL23.08º33.77%69.8%-
HSV(B)23.08º25.49%80%-
XYZ45.3244.6135.93-
YUV179.29112.6145.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=38.64%
G=32.58%
B=28.79%

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
Decimal20417215200.160.250.223.0833.7769.8
HexCCAC980101914172246
Octal31425423002031242742106
Binary1100110010101100100110000100001100110100101111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC98; }

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

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

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

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

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

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

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

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