#CCAA98

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

Shades of Cashmere #CCAA98

Tints of Cashmere #CCAA98

Color information

#CCAA98 (or 0xCCAA98) is unknown color: approx Cashmere. HEX triplet: CC, AA and 98. RGB value is (204,170,152). Sum of RGB (Red+Green+Blue) = 204+170+152=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA98 is #335567. Grayscale: #B2B2B2. Windows color (decimal): -3364200 or 10005196. OLE color: 10005196.

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

Color convert

RGB204170152-
CMYK00.170.250.2
HSL20.77º33.77%69.8%-
HSV(B)20.77º25.49%80%-
XYZ44.9443.8535.8-
YUV178.11113.26146.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 152 (59.77% from 255) = 28.90%
R=38.78%
G=32.32%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417015200.170.250.220.7733.7769.8
HexCCAA980111914152246
Octal31425223002131242542106
Binary1100110010101010100110000100011100110100101011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA98; }

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

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

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

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

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

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

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

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