Html Css Color HEX #C63F42 Mahogany

📋 copy color: '#C63F42'

red 198 ◦ green 63 ◦ blue 66

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

Shades of Mahogany #C63F42

Tints of Mahogany #C63F42

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 60.55%
G = 19.27%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C63F42 (or 0xC63F42) is known color: Mahogany. HEX triplet: C6, 3F and 42. RGB value is (198,63,66). Sum of RGB (Red+Green+Blue) = 198+63+66=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F42 is #39C0BD. Grayscale: #676767. Windows color (decimal): -3784894 or 4341702. OLE color: 4341702.

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

Color convert

RGB 198 63 66 -
CMYK 0 0.68 0.67 0.22
HSL 358.67º 0.54% 0.51% -
HSV(B) 358.67º 0.68% 0.78% -
XYZ 26.05 15.95 6.86 -
YUV 103.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 198 63 66 0 0.68 0.67 0.22 358.67 0.54 0.51
Hex C6 3F 42 0 44 43 16 167 36 33
Octal 306 77 102 0 104 103 26 547 66 63
Binary 11000110 111111 1000010 0 1000100 1000011 10110 101100111 110110 110011

Color Harmonies of #C63F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F42

Black with #C63F42

Text Example


Text Example

White with #C63F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F42; }

 p { color: rgb(198,63,66); }

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

background-color css

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

 a { background-color: rgb(198,63,66); }

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

border-color css

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

 span { border-color: rgb(198,63,66); }

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