Html Css Color HEX #CE343C Mahogany

📋 copy color: '#CE343C'

red 206 ◦ green 52 ◦ blue 60

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

Shades of Mahogany #CE343C

Tints of Mahogany #CE343C

RGB

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

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

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

R = 64.78%
G = 16.35%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE343C (or 0xCE343C) is known color: Mahogany. HEX triplet: CE, 34 and 3C. RGB value is (206,52,60). Sum of RGB (Red+Green+Blue) = 206+52+60=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE343C is #31CBC3. Grayscale: #636363. Windows color (decimal): -3263428 or 3945678. OLE color: 3945678.

HSL color Cylindrical-coordinate representation of color #CE343C: hue angle of 356.88º 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 #CE343C is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 52 60 -
CMYK 0 0.75 0.71 0.19
HSL 356.88º 0.61% 0.51% -
HSV(B) 356.88º 0.75% 0.81% -
XYZ 27.5 15.9 5.9 -
YUV 98.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 206 52 60 0 0.75 0.71 0.19 356.88 0.61 0.51
Hex CE 34 3C 0 4B 47 13 165 3D 33
Octal 316 64 74 0 113 107 23 545 75 63
Binary 11001110 110100 111100 0 1001011 1000111 10011 101100101 111101 110011

Color Harmonies of #CE343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE343C

Black with #CE343C

Text Example


Text Example

White with #CE343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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