#CCA786

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

Shades of Cameo #CCA786

Tints of Cameo #CCA786

Color information

#CCA786 (or 0xCCA786) is unknown color: approx Cameo. HEX triplet: CC, A7 and 86. RGB value is (204,167,134). Sum of RGB (Red+Green+Blue) = 204+167+134=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA786 is #335879. Grayscale: #AEAEAE. Windows color (decimal): -3364986 or 8824780. OLE color: 8824780.

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

Color convert

RGB204167134-
CMYK00.180.340.2
HSL28.29º40.7%66.27%-
HSV(B)28.29º34.31%80%-
XYZ43.0242.228.43-
YUV174.3105.26149.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=40.40%
G=33.07%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416713400.180.340.228.2940.766.27
HexCCA78601222141c2942
Octal31424720602242243451102
Binary11001100101001111000011001001010001010100111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA786; }

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

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

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

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

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

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

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

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