#CCAA86

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

Shades of Cameo #CCAA86

Tints of Cameo #CCAA86

Color information

#CCAA86 (or 0xCCAA86) is unknown color: approx Cameo. HEX triplet: CC, AA and 86. RGB value is (204,170,134). Sum of RGB (Red+Green+Blue) = 204+170+134=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA86 is #335579. Grayscale: #B0B0B0. Windows color (decimal): -3364218 or 8825548. OLE color: 8825548.

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

Color convert

RGB204170134-
CMYK00.170.340.2
HSL30.86º40.7%66.27%-
HSV(B)30.86º34.31%80%-
XYZ43.5843.3128.62-
YUV176.06104.26147.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=40.16%
G=33.46%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417013400.170.340.230.8640.766.27
HexCCAA8601122141f2942
Octal31425220602142243751102
Binary11001100101010101000011001000110001010100111111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA86; }

 p { color: rgb(204,170,134); }

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

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

 a { background-color: rgb(204,170,134); }

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

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

 span { border-color: rgb(204,170,134); }

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