#CCA784

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

Shades of Cameo #CCA784

Tints of Cameo #CCA784

Color information

#CCA784 (or 0xCCA784) is unknown color: approx Cameo. HEX triplet: CC, A7 and 84. RGB value is (204,167,132). Sum of RGB (Red+Green+Blue) = 204+167+132=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA784 is #33587B. Grayscale: #AEAEAE. Windows color (decimal): -3364988 or 8693708. OLE color: 8693708.

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

Color convert

RGB204167132-
CMYK00.180.350.2
HSL29.17º41.38%65.88%-
HSV(B)29.17º35.29%80%-
XYZ42.8942.1427.7-
YUV174.07104.26149.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=40.56%
G=33.20%
B=26.24%

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
Decimal20416713200.180.350.229.1741.3865.88
HexCCA78401223141d2942
Octal31424720402243243551102
Binary11001100101001111000010001001010001110100111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA784; }

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

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

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

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

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

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

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

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