#CEA27F

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

Shades of Cameo #CEA27F

Tints of Cameo #CEA27F

Color information

#CEA27F (or 0xCEA27F) is unknown color: approx Cameo. HEX triplet: CE, A2 and 7F. RGB value is (206,162,127). Sum of RGB (Red+Green+Blue) = 206+162+127=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA27F is #315D80. Grayscale: #ABABAB. Windows color (decimal): -3235201 or 8364750. OLE color: 8364750.

HSL color Cylindrical-coordinate representation of color #CEA27F: hue angle of 26.58º 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 #CEA27F is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206162127-
CMYK00.210.380.19
HSL26.58º44.63%65.29%-
HSV(B)26.58º38.35%80.78%-
XYZ42.240.4925.67-
YUV171.17103.08152.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 127 (50% from 255) = 25.66%
R=41.62%
G=32.73%
B=25.66%

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
Decimal20616212700.210.380.1926.5844.6365.29
HexCEA27F01526131b2d41
Octal31624217702546233355101
Binary1100111010100010111111101010110011010011110111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA27F; }

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

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

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

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

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

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

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

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