Html Css Color HEX #CE393C Mahogany

📋 copy color: '#CE393C'

red 206 ◦ green 57 ◦ blue 60

#CE393C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #CE393C

Tints of Mahogany #CE393C

RGB

 RED value IS 206 (80.86% from 255) = 63.78%

 GREEN value IS 57 (22.66% from 255) = 17.65%

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 63.78%
G = 17.65%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE393C (or 0xCE393C) is known color: Mahogany. HEX triplet: CE, 39 and 3C. RGB value is (206,57,60). Sum of RGB (Red+Green+Blue) = 206+57+60=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE393C is #31C6C3. Grayscale: #666666. Windows color (decimal): -3262148 or 3946958. OLE color: 3946958.

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

Color convert

RGB 206 57 60 -
CMYK 0 0.72 0.71 0.19
HSL 358.79º 0.6% 0.52% -
HSV(B) 358.79º 0.72% 0.81% -
XYZ 27.73 16.37 5.97 -
YUV 101.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 206 57 60 0 0.72 0.71 0.19 358.79 0.6 0.52
Hex CE 39 3C 0 48 47 13 167 3C 34
Octal 316 71 74 0 110 107 23 547 74 64
Binary 11001110 111001 111100 0 1001000 1000111 10011 101100111 111100 110100

Color Harmonies of #CE393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE393C

Black with #CE393C

Text Example


Text Example

White with #CE393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE393C; }

 p { color: rgb(206,57,60); }

 H1.HeaderClassName
 {
   color: #CE393C;
 }
 .AnyTagClassName
 {
   color: #CE393C;
 }
</style>

background-color css

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

 a { background-color: rgb(206,57,60); }

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

border-color css

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

 span { border-color: rgb(206,57,60); }

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