Html Css Color HEX #C8333A Mahogany

📋 copy color: '#C8333A'

red 200 ◦ green 51 ◦ blue 58

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

Shades of Mahogany #C8333A

Tints of Mahogany #C8333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 64.72%
G = 16.5%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8333A (or 0xC8333A) is known color: Mahogany. HEX triplet: C8, 33 and 3A. RGB value is (200,51,58). Sum of RGB (Red+Green+Blue) = 200+51+58=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8333A is #37CCC5. Grayscale: #606060. Windows color (decimal): -3656902 or 3814344. OLE color: 3814344.

HSL color Cylindrical-coordinate representation of color #C8333A: hue angle of 357.18º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8333A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 51 58 -
CMYK 0 0.74 0.71 0.22
HSL 357.18º 0.59% 0.49% -
HSV(B) 357.18º 0.75% 0.78% -
XYZ 25.77 14.95 5.53 -
YUV 96.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 200 51 58 0 0.74 0.71 0.22 357.18 0.59 0.49
Hex C8 33 3A 0 4A 47 16 165 3B 31
Octal 310 63 72 0 112 107 26 545 73 61
Binary 11001000 110011 111010 0 1001010 1000111 10110 101100101 111011 110001

Color Harmonies of #C8333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8333A

Black with #C8333A

Text Example


Text Example

White with #C8333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8333A; }

 p { color: rgb(200,51,58); }

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

background-color css

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

 a { background-color: rgb(200,51,58); }

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

border-color css

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

 span { border-color: rgb(200,51,58); }

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