#CCA880

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

Shades of Cameo #CCA880

Tints of Cameo #CCA880

Color information

#CCA880 (or 0xCCA880) is unknown color: approx Cameo. HEX triplet: CC, A8 and 80. RGB value is (204,168,128). Sum of RGB (Red+Green+Blue) = 204+168+128=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA880 is #33577F. Grayscale: #AEAEAE. Windows color (decimal): -3364736 or 8431820. OLE color: 8431820.

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

Color convert

RGB204168128-
CMYK00.180.370.2
HSL31.58º42.7%65.1%-
HSV(B)31.58º37.25%80%-
XYZ42.842.426.35-
YUV174.2101.93149.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=40.8%
G=33.6%
B=25.6%

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
Decimal20416812800.180.370.231.5842.765.1
HexCCA8800122514202b41
Octal31425020002245244053101
Binary110011001010100010000000010010100101101001000001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA880; }

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

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

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

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

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

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

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

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