Html Css Color HEX #C23638 Mahogany

📋 copy color: '#C23638'

red 194 ◦ green 54 ◦ blue 56

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

Shades of Mahogany #C23638

Tints of Mahogany #C23638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 63.82%
G = 17.76%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C23638 (or 0xC23638) is known color: Mahogany. HEX triplet: C2, 36 and 38. RGB value is (194,54,56). Sum of RGB (Red+Green+Blue) = 194+54+56=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C23638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23638 is #3DC9C7. Grayscale: #606060. Windows color (decimal): -4049352 or 3684034. OLE color: 3684034.

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

Color convert

RGB 194 54 56 -
CMYK 0 0.72 0.71 0.24
HSL 359.14º 0.56% 0.49% -
HSV(B) 359.14º 0.72% 0.76% -
XYZ 24.28 14.39 5.24 -
YUV 96.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 194 54 56 0 0.72 0.71 0.24 359.14 0.56 0.49
Hex C2 36 38 0 48 47 18 167 38 31
Octal 302 66 70 0 110 107 30 547 70 61
Binary 11000010 110110 111000 0 1001000 1000111 11000 101100111 111000 110001

Color Harmonies of #C23638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23638

Black with #C23638

Text Example


Text Example

White with #C23638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23638; }

 p { color: rgb(194,54,56); }

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

background-color css

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

 a { background-color: rgb(194,54,56); }

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

border-color css

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

 span { border-color: rgb(194,54,56); }

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