Html Css Color HEX #C04245 Mahogany

📋 copy color: '#C04245'

red 192 ◦ green 66 ◦ blue 69

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

Shades of Mahogany #C04245

Tints of Mahogany #C04245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 58.72%
G = 20.18%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C04245 (or 0xC04245) is known color: Mahogany. HEX triplet: C0, 42 and 45. RGB value is (192,66,69). Sum of RGB (Red+Green+Blue) = 192+66+69=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C04245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04245 is #3FBDBA. Grayscale: #686868. Windows color (decimal): -4177339 or 4539072. OLE color: 4539072.

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

Color convert

RGB 192 66 69 -
CMYK 0 0.66 0.64 0.25
HSL 358.57º 0.5% 0.51% -
HSV(B) 358.57º 0.66% 0.75% -
XYZ 24.76 15.53 7.32 -
YUV 104.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 192 66 69 0 0.66 0.64 0.25 358.57 0.5 0.51
Hex C0 42 45 0 42 40 19 167 32 33
Octal 300 102 105 0 102 100 31 547 62 63
Binary 11000000 1000010 1000101 0 1000010 1000000 11001 101100111 110010 110011

Color Harmonies of #C04245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04245

Black with #C04245

Text Example


Text Example

White with #C04245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04245; }

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

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

background-color css

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

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

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

border-color css

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

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

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