Html Css Color HEX #C5323B Mahogany

📋 copy color: '#C5323B'

red 197 ◦ green 50 ◦ blue 59

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

Shades of Mahogany #C5323B

Tints of Mahogany #C5323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 64.38%
G = 16.34%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5323B (or 0xC5323B) is known color: Mahogany. HEX triplet: C5, 32 and 3B. RGB value is (197,50,59). Sum of RGB (Red+Green+Blue) = 197+50+59=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5323B is #3ACDC4. Grayscale: #5F5F5F. Windows color (decimal): -3853765 or 3879621. OLE color: 3879621.

HSL color Cylindrical-coordinate representation of color #C5323B: hue angle of 356.33º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5323B is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 59 -
CMYK 0 0.75 0.70 0.23
HSL 356.33º 0.6% 0.48% -
HSV(B) 356.33º 0.75% 0.77% -
XYZ 24.96 14.47 5.61 -
YUV 94.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 197 50 59 0 0.75 0.70 0.23 356.33 0.6 0.48
Hex C5 32 3B 0 4B 46 17 164 3C 30
Octal 305 62 73 0 113 106 27 544 74 60
Binary 11000101 110010 111011 0 1001011 1000110 10111 101100100 111100 110000

Color Harmonies of #C5323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5323B

Black with #C5323B

Text Example


Text Example

White with #C5323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5323B; }

 p { color: rgb(197,50,59); }

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

background-color css

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

 a { background-color: rgb(197,50,59); }

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

border-color css

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

 span { border-color: rgb(197,50,59); }

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