#CCAB85

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

Shades of Cameo #CCAB85

Tints of Cameo #CCAB85

Color information

#CCAB85 (or 0xCCAB85) is unknown color: approx Cameo. HEX triplet: CC, AB and 85. RGB value is (204,171,133). Sum of RGB (Red+Green+Blue) = 204+171+133=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB85 is #33547A. Grayscale: #B0B0B0. Windows color (decimal): -3363963 or 8760268. OLE color: 8760268.

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

Color convert

RGB204171133-
CMYK00.160.350.2
HSL32.11º41.04%66.08%-
HSV(B)32.11º34.8%80%-
XYZ43.743.6628.31-
YUV176.54103.43147.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=40.16%
G=33.66%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417113300.160.350.232.1141.0466.08
HexCCAB850102314202942
Octal31425320502043244051102
Binary110011001010101110000101010000100011101001000001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB85; }

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

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

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

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

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

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

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

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