#CCAB8F

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

Shades of Cashmere #CCAB8F

Tints of Cashmere #CCAB8F

Color information

#CCAB8F (or 0xCCAB8F) is unknown color: approx Cashmere. HEX triplet: CC, AB and 8F. RGB value is (204,171,143). Sum of RGB (Red+Green+Blue) = 204+171+143=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB8F is #335470. Grayscale: #B1B1B1. Windows color (decimal): -3363953 or 9415628. OLE color: 9415628.

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

Color convert

RGB204171143-
CMYK00.160.300.2
HSL27.54º37.42%68.04%-
HSV(B)27.54º29.9%80%-
XYZ44.4243.9532.13-
YUV177.68108.43146.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=39.38%
G=33.01%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417114300.160.300.227.5437.4268.04
HexCCAB8F0101E141c2544
Octal31425321702036243445104
Binary1100110010101011100011110100001111010100111001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB8F; }

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

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

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

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

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

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

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

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