#CEA476

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

Shades of Cameo #CEA476

Tints of Cameo #CEA476

Color information

#CEA476 (or 0xCEA476) is unknown color: approx Cameo. HEX triplet: CE, A4 and 76. RGB value is (206,164,118). Sum of RGB (Red+Green+Blue) = 206+164+118=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA476 is #315B89. Grayscale: #ABABAB. Windows color (decimal): -3234698 or 7775438. OLE color: 7775438.

HSL color Cylindrical-coordinate representation of color #CEA476: hue angle of 31.36º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEA476 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB206164118-
CMYK00.200.430.19
HSL31.36º47.31%63.53%-
HSV(B)31.36º42.72%80.78%-
XYZ4240.9822.84-
YUV171.3197.91152.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.21%
GREEN value IS 164 (64.45% from 255) = 33.61%
BLUE value IS 118 (46.48% from 255) = 24.18%
R=42.21%
G=33.61%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616411800.200.430.1931.3647.3163.53
HexCEA4760142B131f2f40
Octal31624416602453233757100
Binary1100111010100100111011001010010101110011111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA476; }

 p { color: rgb(206,164,118); }

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

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

 a { background-color: rgb(206,164,118); }

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

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

 span { border-color: rgb(206,164,118); }

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