Html Css Color HEX #C03E42 Mahogany

📋 copy color: '#C03E42'

red 192 ◦ green 62 ◦ blue 66

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

Shades of Mahogany #C03E42

Tints of Mahogany #C03E42

RGB

 RED value IS 192 (75.39% from 255) = 60%

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

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 60%
G = 19.38%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C03E42 (or 0xC03E42) is known color: Mahogany. HEX triplet: C0, 3E and 42. RGB value is (192,62,66). Sum of RGB (Red+Green+Blue) = 192+62+66=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E42 is #3FC1BD. Grayscale: #656565. Windows color (decimal): -4178366 or 4341440. OLE color: 4341440.

HSL color Cylindrical-coordinate representation of color #C03E42: hue angle of 358.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E42 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 62 66 -
CMYK 0 0.68 0.66 0.25
HSL 358.15º 0.51% 0.5% -
HSV(B) 358.15º 0.68% 0.75% -
XYZ 24.44 15.05 6.77 -
YUV 101.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 192 62 66 0 0.68 0.66 0.25 358.15 0.51 0.5
Hex C0 3E 42 0 44 42 19 166 33 32
Octal 300 76 102 0 104 102 31 546 63 62
Binary 11000000 111110 1000010 0 1000100 1000010 11001 101100110 110011 110010

Color Harmonies of #C03E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E42

Black with #C03E42

Text Example


Text Example

White with #C03E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E42; }

 p { color: rgb(192,62,66); }

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

background-color css

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

 a { background-color: rgb(192,62,66); }

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

border-color css

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

 span { border-color: rgb(192,62,66); }

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