#CEA785

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

Shades of Cameo #CEA785

Tints of Cameo #CEA785

Color information

#CEA785 (or 0xCEA785) is unknown color: approx Cameo. HEX triplet: CE, A7 and 85. RGB value is (206,167,133). Sum of RGB (Red+Green+Blue) = 206+167+133=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA785 is #31587A. Grayscale: #AEAEAE. Windows color (decimal): -3233915 or 8759246. OLE color: 8759246.

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

Color convert

RGB206167133-
CMYK00.190.350.19
HSL27.95º42.69%66.47%-
HSV(B)27.95º35.44%80.78%-
XYZ43.5142.4528.09-
YUV174.78104.42150.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=40.71%
G=33.00%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616713300.190.350.1927.9542.6966.47
HexCEA78501323131c2b42
Octal31624720502343233453102
Binary11001110101001111000010101001110001110011111001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA785; }

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

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

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

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

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

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

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

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