#CCA080

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

Shades of Cameo #CCA080

Tints of Cameo #CCA080

Color information

#CCA080 (or 0xCCA080) is unknown color: approx Cameo. HEX triplet: CC, A0 and 80. RGB value is (204,160,128). Sum of RGB (Red+Green+Blue) = 204+160+128=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA080 is #335F7F. Grayscale: #A9A9A9. Windows color (decimal): -3366784 or 8429772. OLE color: 8429772.

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

Color convert

RGB204160128-
CMYK00.220.370.2
HSL25.26º42.7%65.1%-
HSV(B)25.26º37.25%80%-
XYZ41.3739.5425.87-
YUV169.51104.58152.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 160 (62.89% from 255) = 32.52%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=41.46%
G=32.52%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416012800.220.370.225.2642.765.1
HexCCA0800162514192b41
Octal31424020002645243153101
Binary11001100101000001000000001011010010110100110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA080; }

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

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

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

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

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

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

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

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