#CCA780

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

Shades of Cameo #CCA780

Tints of Cameo #CCA780

Color information

#CCA780 (or 0xCCA780) is unknown color: approx Cameo. HEX triplet: CC, A7 and 80. RGB value is (204,167,128). Sum of RGB (Red+Green+Blue) = 204+167+128=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA780 is #33587F. Grayscale: #ADADAD. Windows color (decimal): -3364992 or 8431564. OLE color: 8431564.

HSL color Cylindrical-coordinate representation of color #CCA780: hue angle of 30.79º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCA780 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204167128-
CMYK00.180.370.2
HSL30.79º42.7%65.1%-
HSV(B)30.79º37.25%80%-
XYZ42.6242.0326.29-
YUV173.62102.26149.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 128 (50.39% from 255) = 25.65%
R=40.88%
G=33.47%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416712800.180.370.230.7942.765.1
HexCCA78001225141f2b41
Octal31424720002245243753101
Binary11001100101001111000000001001010010110100111111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA780; }

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

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

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

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

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

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

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

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