#CCA785

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

Shades of Cameo #CCA785

Tints of Cameo #CCA785

Color information

#CCA785 (or 0xCCA785) is unknown color: approx Cameo. HEX triplet: CC, A7 and 85. RGB value is (204,167,133). Sum of RGB (Red+Green+Blue) = 204+167+133=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA785 is #33587A. Grayscale: #AEAEAE. Windows color (decimal): -3364987 or 8759244. OLE color: 8759244.

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

Color convert

RGB204167133-
CMYK00.180.350.2
HSL28.73º41.04%66.08%-
HSV(B)28.73º34.8%80%-
XYZ42.9542.1728.07-
YUV174.19104.76149.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 167 (65.62% from 255) = 33.13%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=40.48%
G=33.13%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416713300.180.350.228.7341.0466.08
HexCCA78501223141d2942
Octal31424720502243243551102
Binary11001100101001111000010101001010001110100111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA785; }

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

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

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

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

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

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

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

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