Html Css Color HEX #C3393C Mahogany

📋 copy color: '#C3393C'

red 195 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #C3393C

Tints of Mahogany #C3393C

RGB

 RED value IS 195 (76.56% from 255) = 62.5%

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

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

R = 62.5%
G = 18.27%
B = 19.23%

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

#C3393C (or 0xC3393C) is known color: Mahogany. HEX triplet: C3, 39 and 3C. RGB value is (195,57,60). Sum of RGB (Red+Green+Blue) = 195+57+60=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C3393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3393C is #3CC6C3. Grayscale: #626262. Windows color (decimal): -3983044 or 3946947. OLE color: 3946947.

HSL color Cylindrical-coordinate representation of color #C3393C: hue angle of 358.7º 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 #C3393C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 57 60 -
CMYK 0 0.71 0.69 0.24
HSL 358.7º 0.55% 0.49% -
HSV(B) 358.7º 0.71% 0.76% -
XYZ 24.78 14.85 5.84 -
YUV 98.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 195 57 60 0 0.71 0.69 0.24 358.7 0.55 0.49
Hex C3 39 3C 0 47 45 18 167 37 31
Octal 303 71 74 0 107 105 30 547 67 61
Binary 11000011 111001 111100 0 1000111 1000101 11000 101100111 110111 110001

Color Harmonies of #C3393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3393C

Black with #C3393C

Text Example


Text Example

White with #C3393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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