#CCAB95

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

Shades of Cashmere #CCAB95

Tints of Cashmere #CCAB95

Color information

#CCAB95 (or 0xCCAB95) is unknown color: approx Cashmere. HEX triplet: CC, AB and 95. RGB value is (204,171,149). Sum of RGB (Red+Green+Blue) = 204+171+149=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB95 is #33546A. Grayscale: #B2B2B2. Windows color (decimal): -3363947 or 9808844. OLE color: 9808844.

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

Color convert

RGB204171149-
CMYK00.160.270.2
HSL24º35.03%69.22%-
HSV(B)24º26.96%80%-
XYZ44.8944.1334.59-
YUV178.36111.43146.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=38.93%
G=32.63%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417114900.160.270.22435.0369.22
HexCCAB950101B14182345
Octal31425322502033243043105
Binary1100110010101011100101010100001101110100110001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB95; }

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

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

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

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

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

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

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

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