#CCA787

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

Shades of Cameo #CCA787

Tints of Cameo #CCA787

Color information

#CCA787 (or 0xCCA787) is unknown color: approx Cameo. HEX triplet: CC, A7 and 87. RGB value is (204,167,135). Sum of RGB (Red+Green+Blue) = 204+167+135=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA787 is #335878. Grayscale: #AEAEAE. Windows color (decimal): -3364985 or 8890316. OLE color: 8890316.

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

Color convert

RGB204167135-
CMYK00.180.340.2
HSL27.83º40.35%66.47%-
HSV(B)27.83º33.82%80%-
XYZ43.0942.2228.8-
YUV174.41105.76149.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 135 (53.12% from 255) = 26.68%
R=40.32%
G=33.00%
B=26.68%

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
Decimal20416713500.180.340.227.8340.3566.47
HexCCA78701222141c2842
Octal31424720702242243450102
Binary11001100101001111000011101001010001010100111001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA787; }

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

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

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

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

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

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

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

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