Html Css Color HEX #C03F43 Mahogany

📋 copy color: '#C03F43'

red 192 ◦ green 63 ◦ blue 67

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

Shades of Mahogany #C03F43

Tints of Mahogany #C03F43

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

 BLUE value IS 67 (26.56% from 255) = 20.81%

R = 59.63%
G = 19.57%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C03F43 (or 0xC03F43) is known color: Mahogany. HEX triplet: C0, 3F and 43. RGB value is (192,63,67). Sum of RGB (Red+Green+Blue) = 192+63+67=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F43 is #3FC0BC. Grayscale: #666666. Windows color (decimal): -4178109 or 4407232. OLE color: 4407232.

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

Color convert

RGB 192 63 67 -
CMYK 0 0.67 0.65 0.25
HSL 358.14º 0.51% 0.5% -
HSV(B) 358.14º 0.67% 0.75% -
XYZ 24.53 15.17 6.94 -
YUV 102.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 192 63 67 0 0.67 0.65 0.25 358.14 0.51 0.5
Hex C0 3F 43 0 43 41 19 166 33 32
Octal 300 77 103 0 103 101 31 546 63 62
Binary 11000000 111111 1000011 0 1000011 1000001 11001 101100110 110011 110010

Color Harmonies of #C03F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F43

Black with #C03F43

Text Example


Text Example

White with #C03F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F43; }

 p { color: rgb(192,63,67); }

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

background-color css

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

 a { background-color: rgb(192,63,67); }

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

border-color css

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

 span { border-color: rgb(192,63,67); }

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