Html Css Color HEX #C83D42 Mahogany

📋 copy color: '#C83D42'

red 200 ◦ green 61 ◦ blue 66

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

Shades of Mahogany #C83D42

Tints of Mahogany #C83D42

RGB

 RED value IS 200 (78.52% from 255) = 61.16%

 GREEN value IS 61 (24.22% from 255) = 18.65%

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

R = 61.16%
G = 18.65%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C83D42 (or 0xC83D42) is known color: Mahogany. HEX triplet: C8, 3D and 42. RGB value is (200,61,66). Sum of RGB (Red+Green+Blue) = 200+61+66=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D42 is #37C2BD. Grayscale: #676767. Windows color (decimal): -3654334 or 4341192. OLE color: 4341192.

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

Color convert

RGB 200 61 66 -
CMYK 0 0.69 0.67 0.22
HSL 357.84º 0.56% 0.51% -
HSV(B) 357.84º 0.7% 0.78% -
XYZ 26.47 16.01 6.85 -
YUV 103.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 200 61 66 0 0.69 0.67 0.22 357.84 0.56 0.51
Hex C8 3D 42 0 45 43 16 166 38 33
Octal 310 75 102 0 105 103 26 546 70 63
Binary 11001000 111101 1000010 0 1000101 1000011 10110 101100110 111000 110011

Color Harmonies of #C83D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83D42

Black with #C83D42

Text Example


Text Example

White with #C83D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83D42; }

 p { color: rgb(200,61,66); }

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

background-color css

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

 a { background-color: rgb(200,61,66); }

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

border-color css

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

 span { border-color: rgb(200,61,66); }

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