#CE6A61

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

Shades of Roman #CE6A61

Tints of Roman #CE6A61

Color information

#CE6A61 (or 0xCE6A61) is unknown color: approx Roman. HEX triplet: CE, 6A and 61. RGB value is (206,106,97). Sum of RGB (Red+Green+Blue) = 206+106+97=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A61 is #31959E. Grayscale: #878787. Windows color (decimal): -3249567 or 6384334. OLE color: 6384334.

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

Color convert

RGB20610697-
CMYK00.490.530.19
HSL4.95º52.66%59.41%-
HSV(B)4.95º52.91%80.78%-
XYZ32.7724.2914.27-
YUV134.87106.63178.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=50.37%
G=25.92%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061069700.490.530.194.9552.6659.41
HexCE6A6103135135353b
Octal316152141061652356573
Binary1100111011010101100001011000111010110011101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6A61; }

 p { color: rgb(206,106,97); }

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

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

 a { background-color: rgb(206,106,97); }

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

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

 span { border-color: rgb(206,106,97); }

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