#CEA483

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

Shades of Cameo #CEA483

Tints of Cameo #CEA483

Color information

#CEA483 (or 0xCEA483) is unknown color: approx Cameo. HEX triplet: CE, A4 and 83. RGB value is (206,164,131). Sum of RGB (Red+Green+Blue) = 206+164+131=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA483 is #315B7C. Grayscale: #ACACAC. Windows color (decimal): -3234685 or 8627406. OLE color: 8627406.

HSL color Cylindrical-coordinate representation of color #CEA483: hue angle of 26.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEA483 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB206164131-
CMYK00.200.360.19
HSL26.4º43.35%66.08%-
HSV(B)26.4º36.41%80.78%-
XYZ42.8341.3127.19-
YUV172.8104.41151.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=41.12%
G=32.73%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616413100.200.360.1926.443.3566.08
HexCEA48301424131a2b42
Octal31624420302444233253102
Binary11001110101001001000001101010010010010011110101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA483; }

 p { color: rgb(206,164,131); }

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

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

 a { background-color: rgb(206,164,131); }

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

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

 span { border-color: rgb(206,164,131); }

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