Html Css Color HEX #C03C40 Mahogany

📋 copy color: '#C03C40'

red 192 ◦ green 60 ◦ blue 64

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

Shades of Mahogany #C03C40

Tints of Mahogany #C03C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

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

R = 60.76%
G = 18.99%
B = 20.25%

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

#C03C40 (or 0xC03C40) is known color: Mahogany. HEX triplet: C0, 3C and 40. RGB value is (192,60,64). Sum of RGB (Red+Green+Blue) = 192+60+64=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C40 is #3FC3BF. Grayscale: #646464. Windows color (decimal): -4178880 or 4209856. OLE color: 4209856.

HSL color Cylindrical-coordinate representation of color #C03C40: hue angle of 358.18º degrees, saturation: 0.52, 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 #C03C40 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 60 64 -
CMYK 0 0.69 0.67 0.25
HSL 358.18º 0.52% 0.49% -
HSV(B) 358.18º 0.69% 0.75% -
XYZ 24.28 14.81 6.43 -
YUV 99.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 192 60 64 0 0.69 0.67 0.25 358.18 0.52 0.49
Hex C0 3C 40 0 45 43 19 166 34 31
Octal 300 74 100 0 105 103 31 546 64 61
Binary 11000000 111100 1000000 0 1000101 1000011 11001 101100110 110100 110001

Color Harmonies of #C03C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C40

Black with #C03C40

Text Example


Text Example

White with #C03C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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