#CEA37C

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

Shades of Cameo #CEA37C

Tints of Cameo #CEA37C

Color information

#CEA37C (or 0xCEA37C) is unknown color: approx Cameo. HEX triplet: CE, A3 and 7C. RGB value is (206,163,124). Sum of RGB (Red+Green+Blue) = 206+163+124=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA37C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA37C is #315C83. Grayscale: #ABABAB. Windows color (decimal): -3234948 or 8168398. OLE color: 8168398.

HSL color Cylindrical-coordinate representation of color #CEA37C: hue angle of 28.54º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEA37C is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206163124-
CMYK00.210.400.19
HSL28.54º45.56%64.71%-
HSV(B)28.54º39.81%80.78%-
XYZ42.1940.7724.71-
YUV171.41101.25152.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=41.78%
G=33.06%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616312400.210.400.1928.5445.5664.71
HexCEA37C01528131d2e41
Octal31624317402550233556101
Binary1100111010100011111110001010110100010011111011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA37C; }

 p { color: rgb(206,163,124); }

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

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

 a { background-color: rgb(206,163,124); }

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

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

 span { border-color: rgb(206,163,124); }

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