#CEA37F

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

Shades of Cameo #CEA37F

Tints of Cameo #CEA37F

Color information

#CEA37F (or 0xCEA37F) is unknown color: approx Cameo. HEX triplet: CE, A3 and 7F. RGB value is (206,163,127). Sum of RGB (Red+Green+Blue) = 206+163+127=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA37F is #315C80. Grayscale: #ABABAB. Windows color (decimal): -3234945 or 8365006. OLE color: 8365006.

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

Color convert

RGB206163127-
CMYK00.210.380.19
HSL27.34º44.63%65.29%-
HSV(B)27.34º38.35%80.78%-
XYZ42.3840.8525.73-
YUV171.75102.75152.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 163 (64.06% from 255) = 32.86%
BLUE value IS 127 (50% from 255) = 25.60%
R=41.53%
G=32.86%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616312700.210.380.1927.3444.6365.29
HexCEA37F01526131b2d41
Octal31624317702546233355101
Binary1100111010100011111111101010110011010011110111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA37F; }

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

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

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

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

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

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

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

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