#CCAA93

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

Shades of Cashmere #CCAA93

Tints of Cashmere #CCAA93

Color information

#CCAA93 (or 0xCCAA93) is unknown color: approx Cashmere. HEX triplet: CC, AA and 93. RGB value is (204,170,147). Sum of RGB (Red+Green+Blue) = 204+170+147=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA93 is #33556C. Grayscale: #B1B1B1. Windows color (decimal): -3364205 or 9677516. OLE color: 9677516.

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

Color convert

RGB204170147-
CMYK00.170.280.2
HSL24.21º35.85%68.82%-
HSV(B)24.21º27.94%80%-
XYZ44.5443.6933.69-
YUV177.54110.76146.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=39.16%
G=32.63%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417014700.170.280.224.2135.8568.82
HexCCAA930111C14182445
Octal31425222302134243044105
Binary1100110010101010100100110100011110010100110001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA93; }

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

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

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

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

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

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

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

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