#CCA180

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

Shades of Cameo #CCA180

Tints of Cameo #CCA180

Color information

#CCA180 (or 0xCCA180) is unknown color: approx Cameo. HEX triplet: CC, A1 and 80. RGB value is (204,161,128). Sum of RGB (Red+Green+Blue) = 204+161+128=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA180 is #335E7F. Grayscale: #AAAAAA. Windows color (decimal): -3366528 or 8430028. OLE color: 8430028.

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

Color convert

RGB204161128-
CMYK00.210.370.2
HSL26.05º42.7%65.1%-
HSV(B)26.05º37.25%80%-
XYZ41.5439.8925.93-
YUV170.1104.25152.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=41.38%
G=32.66%
B=25.96%

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
Decimal20416112800.210.370.226.0542.765.1
HexCCA18001525141a2b41
Octal31424120002545243253101
Binary11001100101000011000000001010110010110100110101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA180; }

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

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

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

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

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

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

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

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