#CCAA91

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

Shades of Cashmere #CCAA91

Tints of Cashmere #CCAA91

Color information

#CCAA91 (or 0xCCAA91) is unknown color: approx Cashmere. HEX triplet: CC, AA and 91. RGB value is (204,170,145). Sum of RGB (Red+Green+Blue) = 204+170+145=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA91 is #33556E. Grayscale: #B1B1B1. Windows color (decimal): -3364207 or 9546444. OLE color: 9546444.

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

Color convert

RGB204170145-
CMYK00.170.290.2
HSL25.42º36.65%68.43%-
HSV(B)25.42º28.92%80%-
XYZ44.3943.6332.87-
YUV177.32109.76147.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=39.31%
G=32.76%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417014500.170.290.225.4236.6568.43
HexCCAA910111D14192544
Octal31425222102135243145104
Binary1100110010101010100100010100011110110100110011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA91; }

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

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

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

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

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

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

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

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