#CCA280

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

Shades of Cameo #CCA280

Tints of Cameo #CCA280

Color information

#CCA280 (or 0xCCA280) is unknown color: approx Cameo. HEX triplet: CC, A2 and 80. RGB value is (204,162,128). Sum of RGB (Red+Green+Blue) = 204+162+128=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA280 is #335D7F. Grayscale: #AAAAAA. Windows color (decimal): -3366272 or 8430284. OLE color: 8430284.

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

Color convert

RGB204162128-
CMYK00.210.370.2
HSL26.84º42.7%65.1%-
HSV(B)26.84º37.25%80%-
XYZ41.7240.2425.99-
YUV170.68103.91151.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=41.30%
G=32.79%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416212800.210.370.226.8442.765.1
HexCCA28001525141b2b41
Octal31424220002545243353101
Binary11001100101000101000000001010110010110100110111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA280; }

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

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

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

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

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

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

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

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