Html Css Color HEX #C03B40 Mahogany

📋 copy color: '#C03B40'

red 192 ◦ green 59 ◦ blue 64

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

Shades of Mahogany #C03B40

Tints of Mahogany #C03B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.73%

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 60.95%
G = 18.73%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C03B40 (or 0xC03B40) is known color: Mahogany. HEX triplet: C0, 3B and 40. RGB value is (192,59,64). Sum of RGB (Red+Green+Blue) = 192+59+64=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B40 is #3FC4BF. Grayscale: #636363. Windows color (decimal): -4179136 or 4209600. OLE color: 4209600.

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

Color convert

RGB 192 59 64 -
CMYK 0 0.69 0.67 0.25
HSL 357.74º 0.53% 0.49% -
HSV(B) 357.74º 0.69% 0.75% -
XYZ 24.23 14.7 6.41 -
YUV 99.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 192 59 64 0 0.69 0.67 0.25 357.74 0.53 0.49
Hex C0 3B 40 0 45 43 19 166 35 31
Octal 300 73 100 0 105 103 31 546 65 61
Binary 11000000 111011 1000000 0 1000101 1000011 11001 101100110 110101 110001

Color Harmonies of #C03B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B40

Black with #C03B40

Text Example


Text Example

White with #C03B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B40; }

 p { color: rgb(192,59,64); }

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

background-color css

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

 a { background-color: rgb(192,59,64); }

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

border-color css

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

 span { border-color: rgb(192,59,64); }

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