Html Css Color HEX #C84345 Mahogany

📋 copy color: '#C84345'

red 200 ◦ green 67 ◦ blue 69

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

Shades of Mahogany #C84345

Tints of Mahogany #C84345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 59.52%
G = 19.94%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C84345 (or 0xC84345) is known color: Mahogany. HEX triplet: C8, 43 and 45. RGB value is (200,67,69). Sum of RGB (Red+Green+Blue) = 200+67+69=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C84345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84345 is #37BCBA. Grayscale: #6B6B6B. Windows color (decimal): -3652795 or 4539336. OLE color: 4539336.

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

Color convert

RGB 200 67 69 -
CMYK 0 0.66 0.66 0.22
HSL 359.1º 0.55% 0.52% -
HSV(B) 359.1º 0.67% 0.78% -
XYZ 26.9 16.72 7.44 -
YUV 107 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 200 67 69 0 0.66 0.66 0.22 359.1 0.55 0.52
Hex C8 43 45 0 42 42 16 167 37 34
Octal 310 103 105 0 102 102 26 547 67 64
Binary 11001000 1000011 1000101 0 1000010 1000010 10110 101100111 110111 110100

Color Harmonies of #C84345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84345

Black with #C84345

Text Example


Text Example

White with #C84345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84345; }

 p { color: rgb(200,67,69); }

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

background-color css

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

 a { background-color: rgb(200,67,69); }

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

border-color css

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

 span { border-color: rgb(200,67,69); }

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