Html Css Color HEX #C94345 Mahogany

📋 copy color: '#C94345'

red 201 ◦ green 67 ◦ blue 69

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

Shades of Mahogany #C94345

Tints of Mahogany #C94345

RGB

 RED value IS 201 (78.91% from 255) = 59.64%

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

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

R = 59.64%
G = 19.88%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C94345 (or 0xC94345) is known color: Mahogany. HEX triplet: C9, 43 and 45. RGB value is (201,67,69). Sum of RGB (Red+Green+Blue) = 201+67+69=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C94345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94345 is #36BCBA. Grayscale: #6B6B6B. Windows color (decimal): -3587259 or 4539337. OLE color: 4539337.

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

Color convert

RGB 201 67 69 -
CMYK 0 0.67 0.66 0.21
HSL 359.1º 0.55% 0.53% -
HSV(B) 359.1º 0.67% 0.79% -
XYZ 27.17 16.86 7.45 -
YUV 107.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 201 67 69 0 0.67 0.66 0.21 359.1 0.55 0.53
Hex C9 43 45 0 43 42 15 167 37 35
Octal 311 103 105 0 103 102 25 547 67 65
Binary 11001001 1000011 1000101 0 1000011 1000010 10101 101100111 110111 110101

Color Harmonies of #C94345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94345

Black with #C94345

Text Example


Text Example

White with #C94345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94345; }

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

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

background-color css

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

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

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

border-color css

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

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

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