Html Css Color HEX #C3383E Mahogany

📋 copy color: '#C3383E'

red 195 ◦ green 56 ◦ blue 62

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

Shades of Mahogany #C3383E

Tints of Mahogany #C3383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.89%

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 62.3%
G = 17.89%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3383E (or 0xC3383E) is known color: Mahogany. HEX triplet: C3, 38 and 3E. RGB value is (195,56,62). Sum of RGB (Red+Green+Blue) = 195+56+62=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C3383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3383E is #3CC7C1. Grayscale: #626262. Windows color (decimal): -3983298 or 4077763. OLE color: 4077763.

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

Color convert

RGB 195 56 62 -
CMYK 0 0.71 0.68 0.24
HSL 357.41º 0.55% 0.49% -
HSV(B) 357.41º 0.71% 0.76% -
XYZ 24.79 14.78 6.1 -
YUV 98.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 195 56 62 0 0.71 0.68 0.24 357.41 0.55 0.49
Hex C3 38 3E 0 47 44 18 165 37 31
Octal 303 70 76 0 107 104 30 545 67 61
Binary 11000011 111000 111110 0 1000111 1000100 11000 101100101 110111 110001

Color Harmonies of #C3383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3383E

Black with #C3383E

Text Example


Text Example

White with #C3383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3383E; }

 p { color: rgb(195,56,62); }

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

background-color css

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

 a { background-color: rgb(195,56,62); }

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

border-color css

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

 span { border-color: rgb(195,56,62); }

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