#CCAB97

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

Shades of Cashmere #CCAB97

Tints of Cashmere #CCAB97

Color information

#CCAB97 (or 0xCCAB97) is unknown color: approx Cashmere. HEX triplet: CC, AB and 97. RGB value is (204,171,151). Sum of RGB (Red+Green+Blue) = 204+171+151=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB97 is #335468. Grayscale: #B2B2B2. Windows color (decimal): -3363945 or 9939916. OLE color: 9939916.

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

Color convert

RGB204171151-
CMYK00.160.260.2
HSL22.64º34.19%69.61%-
HSV(B)22.64º25.98%80%-
XYZ45.0544.235.43-
YUV178.59112.43146.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=38.78%
G=32.51%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417115100.160.260.222.6434.1969.61
HexCCAB970101A14172246
Octal31425322702032242742106
Binary1100110010101011100101110100001101010100101111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB97; }

 p { color: rgb(204,171,151); }

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

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

 a { background-color: rgb(204,171,151); }

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

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

 span { border-color: rgb(204,171,151); }

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