#CCAB98

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

Shades of Cashmere #CCAB98

Tints of Cashmere #CCAB98

Color information

#CCAB98 (or 0xCCAB98) is unknown color: approx Cashmere. HEX triplet: CC, AB and 98. RGB value is (204,171,152). Sum of RGB (Red+Green+Blue) = 204+171+152=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB98 is #335467. Grayscale: #B2B2B2. Windows color (decimal): -3363944 or 10005452. OLE color: 10005452.

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

Color convert

RGB204171152-
CMYK00.160.250.2
HSL21.92º33.77%69.8%-
HSV(B)21.92º25.49%80%-
XYZ45.1344.2335.86-
YUV178.7112.93146.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=38.71%
G=32.45%
B=28.84%

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
Decimal20417115200.160.250.221.9233.7769.8
HexCCAB980101914162246
Octal31425323002031242642106
Binary1100110010101011100110000100001100110100101101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB98; }

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

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

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

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

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

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

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

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