Html Css Color HEX #C94245 Mahogany

📋 copy color: '#C94245'

red 201 ◦ green 66 ◦ blue 69

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

Shades of Mahogany #C94245

Tints of Mahogany #C94245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

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

R = 59.82%
G = 19.64%
B = 20.54%

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

#C94245 (or 0xC94245) is known color: Mahogany. HEX triplet: C9, 42 and 45. RGB value is (201,66,69). Sum of RGB (Red+Green+Blue) = 201+66+69=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C94245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94245 is #36BDBA. Grayscale: #6A6A6A. Windows color (decimal): -3587515 or 4539081. OLE color: 4539081.

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

Color convert

RGB 201 66 69 -
CMYK 0 0.67 0.66 0.21
HSL 358.67º 0.56% 0.52% -
HSV(B) 358.67º 0.67% 0.79% -
XYZ 27.11 16.74 7.43 -
YUV 106.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 201 66 69 0 0.67 0.66 0.21 358.67 0.56 0.52
Hex C9 42 45 0 43 42 15 167 38 34
Octal 311 102 105 0 103 102 25 547 70 64
Binary 11001001 1000010 1000101 0 1000011 1000010 10101 101100111 111000 110100

Color Harmonies of #C94245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94245

Black with #C94245

Text Example


Text Example

White with #C94245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94245; }

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

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

background-color css

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

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

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

border-color css

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

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

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