#CEA38C

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

Shades of Cameo #CEA38C

Tints of Cameo #CEA38C

Color information

#CEA38C (or 0xCEA38C) is unknown color: approx Cameo. HEX triplet: CE, A3 and 8C. RGB value is (206,163,140). Sum of RGB (Red+Green+Blue) = 206+163+140=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA38C is #315C73. Grayscale: #ADADAD. Windows color (decimal): -3234932 or 9216974. OLE color: 9216974.

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

Color convert

RGB206163140-
CMYK00.210.320.19
HSL20.91º40.24%67.84%-
HSV(B)20.91º32.04%80.78%-
XYZ43.2841.2130.48-
YUV173.24109.25151.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=40.47%
G=32.02%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616314000.210.320.1920.9140.2467.84
HexCEA38C0152013152844
Octal31624321402540232550104
Binary11001110101000111000110001010110000010011101011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA38C; }

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

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

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

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

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

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

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

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