Html Css Color HEX #C6262F Mahogany

📋 copy color: '#C6262F'

red 198 ◦ green 38 ◦ blue 47

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

Shades of Mahogany #C6262F

Tints of Mahogany #C6262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 69.96%
G = 13.43%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6262F (or 0xC6262F) is known color: Mahogany. HEX triplet: C6, 26 and 2F. RGB value is (198,38,47). Sum of RGB (Red+Green+Blue) = 198+38+47=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C6262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6262F is #39D9D0. Grayscale: #565656. Windows color (decimal): -3791313 or 3090118. OLE color: 3090118.

HSL color Cylindrical-coordinate representation of color #C6262F: hue angle of 356.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6262F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 38 47 -
CMYK 0 0.81 0.76 0.22
HSL 356.63º 0.68% 0.46% -
HSV(B) 356.63º 0.81% 0.78% -
XYZ 24.49 13.6 4.02 -
YUV 86.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 198 38 47 0 0.81 0.76 0.22 356.63 0.68 0.46
Hex C6 26 2F 0 51 4C 16 165 44 2E
Octal 306 46 57 0 121 114 26 545 104 56
Binary 11000110 100110 101111 0 1010001 1001100 10110 101100101 1000100 101110

Color Harmonies of #C6262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6262F

Black with #C6262F

Text Example


Text Example

White with #C6262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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