#CCA278

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

Shades of Cameo #CCA278

Tints of Cameo #CCA278

Color information

#CCA278 (or 0xCCA278) is unknown color: approx Cameo. HEX triplet: CC, A2 and 78. RGB value is (204,162,120). Sum of RGB (Red+Green+Blue) = 204+162+120=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA278 is #335D87. Grayscale: #A9A9A9. Windows color (decimal): -3366280 or 7905996. OLE color: 7905996.

HSL color Cylindrical-coordinate representation of color #CCA278: hue angle of 30º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCA278 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204162120-
CMYK00.210.410.2
HSL30º45.16%63.53%-
HSV(B)30º41.18%80%-
XYZ41.2140.0323.32-
YUV169.7799.91152.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 162 (63.67% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=41.98%
G=33.33%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416212000.210.410.23045.1663.53
HexCCA27801529141e2d40
Octal31424217002551243655100
Binary1100110010100010111100001010110100110100111101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA278; }

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

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

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

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

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

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

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

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