Html Css Color HEX #C23C3F Mahogany

📋 copy color: '#C23C3F'

red 194 ◦ green 60 ◦ blue 63

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

Shades of Mahogany #C23C3F

Tints of Mahogany #C23C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

 BLUE value IS 63 (25% from 255) = 19.87%

R = 61.2%
G = 18.93%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C23C3F (or 0xC23C3F) is known color: Mahogany. HEX triplet: C2, 3C and 3F. RGB value is (194,60,63). Sum of RGB (Red+Green+Blue) = 194+60+63=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C3F is #3DC3C0. Grayscale: #646464. Windows color (decimal): -4047809 or 4144322. OLE color: 4144322.

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

Color convert

RGB 194 60 63 -
CMYK 0 0.69 0.68 0.24
HSL 358.66º 0.53% 0.5% -
HSV(B) 358.66º 0.69% 0.76% -
XYZ 24.76 15.06 6.3 -
YUV 100.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 194 60 63 0 0.69 0.68 0.24 358.66 0.53 0.5
Hex C2 3C 3F 0 45 44 18 167 35 32
Octal 302 74 77 0 105 104 30 547 65 62
Binary 11000010 111100 111111 0 1000101 1000100 11000 101100111 110101 110010

Color Harmonies of #C23C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C3F

Black with #C23C3F

Text Example


Text Example

White with #C23C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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