Html Css Color HEX #C63236 Mahogany

📋 copy color: '#C63236'

red 198 ◦ green 50 ◦ blue 54

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

Shades of Mahogany #C63236

Tints of Mahogany #C63236

RGB

 RED value IS 198 (77.73% from 255) = 65.56%

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

 BLUE value IS 54 (21.48% from 255) = 17.88%

R = 65.56%
G = 16.56%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C63236 (or 0xC63236) is known color: Mahogany. HEX triplet: C6, 32 and 36. RGB value is (198,50,54). Sum of RGB (Red+Green+Blue) = 198+50+54=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C63236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63236 is #39CDC9. Grayscale: #5E5E5E. Windows color (decimal): -3788234 or 3551942. OLE color: 3551942.

HSL color Cylindrical-coordinate representation of color #C63236: hue angle of 358.38º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63236 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 54 -
CMYK 0 0.75 0.73 0.22
HSL 358.38º 0.6% 0.49% -
HSV(B) 358.38º 0.75% 0.78% -
XYZ 25.1 14.55 4.98 -
YUV 94.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 198 50 54 0 0.75 0.73 0.22 358.38 0.6 0.49
Hex C6 32 36 0 4B 49 16 166 3C 31
Octal 306 62 66 0 113 111 26 546 74 61
Binary 11000110 110010 110110 0 1001011 1001001 10110 101100110 111100 110001

Color Harmonies of #C63236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63236

Black with #C63236

Text Example


Text Example

White with #C63236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63236; }

 p { color: rgb(198,50,54); }

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

background-color css

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

 a { background-color: rgb(198,50,54); }

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

border-color css

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

 span { border-color: rgb(198,50,54); }

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