#CCA980

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

Shades of Cameo #CCA980

Tints of Cameo #CCA980

Color information

#CCA980 (or 0xCCA980) is unknown color: approx Cameo. HEX triplet: CC, A9 and 80. RGB value is (204,169,128). Sum of RGB (Red+Green+Blue) = 204+169+128=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA980 is #33567F. Grayscale: #AEAEAE. Windows color (decimal): -3364480 or 8432076. OLE color: 8432076.

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

Color convert

RGB204169128-
CMYK00.170.370.2
HSL32.37º42.7%65.1%-
HSV(B)32.37º37.25%80%-
XYZ42.9942.7726.41-
YUV174.79101.6148.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=40.72%
G=33.73%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416912800.170.370.232.3742.765.1
HexCCA9800112514202b41
Octal31425120002145244053101
Binary110011001010100110000000010001100101101001000001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA980; }

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

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

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

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

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

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

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

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