Html Css Color HEX #C83F42 Mahogany

📋 copy color: '#C83F42'

red 200 ◦ green 63 ◦ blue 66

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

Shades of Mahogany #C83F42

Tints of Mahogany #C83F42

RGB

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

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

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

R = 60.79%
G = 19.15%
B = 20.06%

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

#C83F42 (or 0xC83F42) is known color: Mahogany. HEX triplet: C8, 3F and 42. RGB value is (200,63,66). Sum of RGB (Red+Green+Blue) = 200+63+66=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F42 is #37C0BD. Grayscale: #686868. Windows color (decimal): -3653822 or 4341704. OLE color: 4341704.

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

Color convert

RGB 200 63 66 -
CMYK 0 0.68 0.67 0.22
HSL 358.69º 0.55% 0.52% -
HSV(B) 358.69º 0.69% 0.78% -
XYZ 26.58 16.23 6.89 -
YUV 104.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 200 63 66 0 0.68 0.67 0.22 358.69 0.55 0.52
Hex C8 3F 42 0 44 43 16 167 37 34
Octal 310 77 102 0 104 103 26 547 67 64
Binary 11001000 111111 1000010 0 1000100 1000011 10110 101100111 110111 110100

Color Harmonies of #C83F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83F42

Black with #C83F42

Text Example


Text Example

White with #C83F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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