Html Css Color HEX #C5333A Mahogany

📋 copy color: '#C5333A'

red 197 ◦ green 51 ◦ blue 58

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

Shades of Mahogany #C5333A

Tints of Mahogany #C5333A

RGB

 RED value IS 197 (77.34% from 255) = 64.38%

 GREEN value IS 51 (20.31% from 255) = 16.67%

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 64.38%
G = 16.67%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5333A (or 0xC5333A) is known color: Mahogany. HEX triplet: C5, 33 and 3A. RGB value is (197,51,58). Sum of RGB (Red+Green+Blue) = 197+51+58=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5333A is #3ACCC5. Grayscale: #5F5F5F. Windows color (decimal): -3853510 or 3814341. OLE color: 3814341.

HSL color Cylindrical-coordinate representation of color #C5333A: hue angle of 357.12º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5333A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 51 58 -
CMYK 0 0.74 0.71 0.23
HSL 357.12º 0.59% 0.49% -
HSV(B) 357.12º 0.74% 0.77% -
XYZ 24.97 14.54 5.49 -
YUV 95.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 197 51 58 0 0.74 0.71 0.23 357.12 0.59 0.49
Hex C5 33 3A 0 4A 47 17 165 3B 31
Octal 305 63 72 0 112 107 27 545 73 61
Binary 11000101 110011 111010 0 1001010 1000111 10111 101100101 111011 110001

Color Harmonies of #C5333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5333A

Black with #C5333A

Text Example


Text Example

White with #C5333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5333A; }

 p { color: rgb(197,51,58); }

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

background-color css

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

 a { background-color: rgb(197,51,58); }

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

border-color css

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

 span { border-color: rgb(197,51,58); }

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