Html Css Color HEX #C2393C Mahogany

📋 copy color: '#C2393C'

red 194 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #C2393C

Tints of Mahogany #C2393C

RGB

 RED value IS 194 (76.17% from 255) = 62.38%

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 62.38%
G = 18.33%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2393C (or 0xC2393C) is known color: Mahogany. HEX triplet: C2, 39 and 3C. RGB value is (194,57,60). Sum of RGB (Red+Green+Blue) = 194+57+60=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2393C is #3DC6C3. Grayscale: #626262. Windows color (decimal): -4048580 or 3946946. OLE color: 3946946.

HSL color Cylindrical-coordinate representation of color #C2393C: hue angle of 358.69º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2393C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 60 -
CMYK 0 0.71 0.69 0.24
HSL 358.69º 0.55% 0.49% -
HSV(B) 358.69º 0.71% 0.76% -
XYZ 24.53 14.72 5.82 -
YUV 98.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 194 57 60 0 0.71 0.69 0.24 358.69 0.55 0.49
Hex C2 39 3C 0 47 45 18 167 37 31
Octal 302 71 74 0 107 105 30 547 67 61
Binary 11000010 111001 111100 0 1000111 1000101 11000 101100111 110111 110001

Color Harmonies of #C2393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2393C

Black with #C2393C

Text Example


Text Example

White with #C2393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2393C; }

 p { color: rgb(194,57,60); }

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

background-color css

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

 a { background-color: rgb(194,57,60); }

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

border-color css

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

 span { border-color: rgb(194,57,60); }

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