Html Css Color HEX #CE3C3E Mahogany

📋 copy color: '#CE3C3E'

red 206 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #CE3C3E

Tints of Mahogany #CE3C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.29%

 BLUE value IS 62 (24.61% from 255) = 18.9%

R = 62.8%
G = 18.29%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE3C3E (or 0xCE3C3E) is known color: Mahogany. HEX triplet: CE, 3C and 3E. RGB value is (206,60,62). Sum of RGB (Red+Green+Blue) = 206+60+62=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C3E is #31C3C1. Grayscale: #686868. Windows color (decimal): -3261378 or 4078798. OLE color: 4078798.

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

Color convert

RGB 206 60 62 -
CMYK 0 0.71 0.70 0.19
HSL 359.18º 0.6% 0.52% -
HSV(B) 359.18º 0.71% 0.81% -
XYZ 27.94 16.7 6.31 -
YUV 103.88 104.37 200.84 -
System Red Green Blue C M Y K H S L
Decimal 206 60 62 0 0.71 0.70 0.19 359.18 0.6 0.52
Hex CE 3C 3E 0 47 46 13 167 3C 34
Octal 316 74 76 0 107 106 23 547 74 64
Binary 11001110 111100 111110 0 1000111 1000110 10011 101100111 111100 110100

Color Harmonies of #CE3C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C3E

Black with #CE3C3E

Text Example


Text Example

White with #CE3C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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