#CE655D

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

Shades of Roman #CE655D

Tints of Roman #CE655D

Color information

#CE655D (or 0xCE655D) is unknown color: approx Roman. HEX triplet: CE, 65 and 5D. RGB value is (206,101,93). Sum of RGB (Red+Green+Blue) = 206+101+93=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE655D is #319AA2. Grayscale: #838383. Windows color (decimal): -3250851 or 6120910. OLE color: 6120910.

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

Color convert

RGB20610193-
CMYK00.510.550.19
HSL4.25º53.55%58.63%-
HSV(B)4.25º54.85%80.78%-
XYZ32.0823.2213.15-
YUV131.48106.29181.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.5%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=51.5%
G=25.25%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061019300.510.550.194.2553.5558.63
HexCE655D03337134363b
Octal316145135063672346673
Binary1100111011001011011101011001111011110011100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE655D; }

 p { color: rgb(206,101,93); }

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

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

 a { background-color: rgb(206,101,93); }

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

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

 span { border-color: rgb(206,101,93); }

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