Html Css Color HEX #C6282F Mahogany

📋 copy color: '#C6282F'

red 198 ◦ green 40 ◦ blue 47

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

Shades of Mahogany #C6282F

Tints of Mahogany #C6282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.04%

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 69.47%
G = 14.04%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6282F (or 0xC6282F) is known color: Mahogany. HEX triplet: C6, 28 and 2F. RGB value is (198,40,47). Sum of RGB (Red+Green+Blue) = 198+40+47=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C6282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6282F is #39D7D0. Grayscale: #585858. Windows color (decimal): -3790801 or 3090630. OLE color: 3090630.

HSL color Cylindrical-coordinate representation of color #C6282F: hue angle of 357.34º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6282F is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 47 -
CMYK 0 0.80 0.76 0.22
HSL 357.34º 0.66% 0.47% -
HSV(B) 357.34º 0.8% 0.78% -
XYZ 24.56 13.73 4.04 -
YUV 88.04 104.85 206.43 -
System Red Green Blue C M Y K H S L
Decimal 198 40 47 0 0.80 0.76 0.22 357.34 0.66 0.47
Hex C6 28 2F 0 50 4C 16 165 42 2F
Octal 306 50 57 0 120 114 26 545 102 57
Binary 11000110 101000 101111 0 1010000 1001100 10110 101100101 1000010 101111

Color Harmonies of #C6282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6282F

Black with #C6282F

Text Example


Text Example

White with #C6282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6282F; }

 p { color: rgb(198,40,47); }

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

background-color css

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

 a { background-color: rgb(198,40,47); }

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

border-color css

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

 span { border-color: rgb(198,40,47); }

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