#CEA983

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

Shades of Cameo #CEA983

Tints of Cameo #CEA983

Color information

#CEA983 (or 0xCEA983) is unknown color: approx Cameo. HEX triplet: CE, A9 and 83. RGB value is (206,169,131). Sum of RGB (Red+Green+Blue) = 206+169+131=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA983 is #31567C. Grayscale: #AFAFAF. Windows color (decimal): -3233405 or 8628686. OLE color: 8628686.

HSL color Cylindrical-coordinate representation of color #CEA983: hue angle of 30.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 #CEA983 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB206169131-
CMYK00.180.360.19
HSL30.4º43.35%66.08%-
HSV(B)30.4º36.41%80.78%-
XYZ43.7443.1427.49-
YUV175.73102.76149.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=40.71%
G=33.40%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616913100.180.360.1930.443.3566.08
HexCEA98301224131e2b42
Octal31625120302244233653102
Binary11001110101010011000001101001010010010011111101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA983; }

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

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

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

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

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

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

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

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