Html Css Color HEX #CE343E Mahogany

📋 copy color: '#CE343E'

red 206 ◦ green 52 ◦ blue 62

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

Shades of Mahogany #CE343E

Tints of Mahogany #CE343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 64.38%
G = 16.25%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE343E (or 0xCE343E) is known color: Mahogany. HEX triplet: CE, 34 and 3E. RGB value is (206,52,62). Sum of RGB (Red+Green+Blue) = 206+52+62=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE343E is #31CBC1. Grayscale: #636363. Windows color (decimal): -3263426 or 4076750. OLE color: 4076750.

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

Color convert

RGB 206 52 62 -
CMYK 0 0.75 0.70 0.19
HSL 356.1º 0.61% 0.51% -
HSV(B) 356.1º 0.75% 0.81% -
XYZ 27.55 15.93 6.18 -
YUV 99.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 206 52 62 0 0.75 0.70 0.19 356.1 0.61 0.51
Hex CE 34 3E 0 4B 46 13 164 3D 33
Octal 316 64 76 0 113 106 23 544 75 63
Binary 11001110 110100 111110 0 1001011 1000110 10011 101100100 111101 110011

Color Harmonies of #CE343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE343E

Black with #CE343E

Text Example


Text Example

White with #CE343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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