#CEA37D

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

Shades of Cameo #CEA37D

Tints of Cameo #CEA37D

Color information

#CEA37D (or 0xCEA37D) is unknown color: approx Cameo. HEX triplet: CE, A3 and 7D. RGB value is (206,163,125). Sum of RGB (Red+Green+Blue) = 206+163+125=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA37D is #315C82. Grayscale: #ABABAB. Windows color (decimal): -3234947 or 8233934. OLE color: 8233934.

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

Color convert

RGB206163125-
CMYK00.210.390.19
HSL28.15º45.25%64.9%-
HSV(B)28.15º39.32%80.78%-
XYZ42.2540.825.05-
YUV171.52101.75152.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 163 (64.06% from 255) = 33.00%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=41.70%
G=33.00%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616312500.210.390.1928.1545.2564.9
HexCEA37D01527131c2d41
Octal31624317502547233455101
Binary1100111010100011111110101010110011110011111001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA37D; }

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

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

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

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

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

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

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

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