Html Css Color HEX #C8383B Mahogany

📋 copy color: '#C8383B'

red 200 ◦ green 56 ◦ blue 59

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

Shades of Mahogany #C8383B

Tints of Mahogany #C8383B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 63.49%
G = 17.78%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8383B (or 0xC8383B) is known color: Mahogany. HEX triplet: C8, 38 and 3B. RGB value is (200,56,59). Sum of RGB (Red+Green+Blue) = 200+56+59=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8383B is #37C7C4. Grayscale: #636363. Windows color (decimal): -3655621 or 3881160. OLE color: 3881160.

HSL color Cylindrical-coordinate representation of color #C8383B: hue angle of 358.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8383B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 56 59 -
CMYK 0 0.72 0.70 0.22
HSL 358.75º 0.57% 0.5% -
HSV(B) 358.75º 0.72% 0.78% -
XYZ 26.02 15.42 5.74 -
YUV 99.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 200 56 59 0 0.72 0.70 0.22 358.75 0.57 0.5
Hex C8 38 3B 0 48 46 16 167 39 32
Octal 310 70 73 0 110 106 26 547 71 62
Binary 11001000 111000 111011 0 1001000 1000110 10110 101100111 111001 110010

Color Harmonies of #C8383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8383B

Black with #C8383B

Text Example


Text Example

White with #C8383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8383B; }

 p { color: rgb(200,56,59); }

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

background-color css

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

 a { background-color: rgb(200,56,59); }

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

border-color css

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

 span { border-color: rgb(200,56,59); }

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