#CE6863

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

Shades of Roman #CE6863

Tints of Roman #CE6863

Color information

#CE6863 (or 0xCE6863) is unknown color: approx Roman. HEX triplet: CE, 68 and 63. RGB value is (206,104,99). Sum of RGB (Red+Green+Blue) = 206+104+99=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6863 is #31979C. Grayscale: #868686. Windows color (decimal): -3250077 or 6514894. OLE color: 6514894.

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

Color convert

RGB20610499-
CMYK00.500.520.19
HSL2.8º52.2%59.8%-
HSV(B)2.8º51.94%80.78%-
XYZ32.6623.9214.7-
YUV133.93108.29179.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 99 (39.06% from 255) = 24.21%
R=50.37%
G=25.43%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061049900.500.520.192.852.259.8
HexCE686303234133343c
Octal316150143062642336474
Binary110011101101000110001101100101101001001111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6863; }

 p { color: rgb(206,104,99); }

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

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

 a { background-color: rgb(206,104,99); }

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

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

 span { border-color: rgb(206,104,99); }

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