#CEA784

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

Shades of Cameo #CEA784

Tints of Cameo #CEA784

Color information

#CEA784 (or 0xCEA784) is unknown color: approx Cameo. HEX triplet: CE, A7 and 84. RGB value is (206,167,132). Sum of RGB (Red+Green+Blue) = 206+167+132=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA784 is #31587B. Grayscale: #AEAEAE. Windows color (decimal): -3233916 or 8693710. OLE color: 8693710.

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

Color convert

RGB206167132-
CMYK00.190.360.19
HSL28.38º43.02%66.27%-
HSV(B)28.38º35.92%80.78%-
XYZ43.4442.4327.73-
YUV174.67103.92150.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.79%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 132 (51.95% from 255) = 26.14%
R=40.79%
G=33.07%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616713200.190.360.1928.3843.0266.27
HexCEA78401324131c2b42
Octal31624720402344233453102
Binary11001110101001111000010001001110010010011111001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA784; }

 p { color: rgb(206,167,132); }

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

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

 a { background-color: rgb(206,167,132); }

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

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

 span { border-color: rgb(206,167,132); }

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