Html Css Color HEX #C23F43 Mahogany

📋 copy color: '#C23F43'

red 194 ◦ green 63 ◦ blue 67

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

Shades of Mahogany #C23F43

Tints of Mahogany #C23F43

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

 BLUE value IS 67 (26.56% from 255) = 20.68%

R = 59.88%
G = 19.44%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C23F43 (or 0xC23F43) is known color: Mahogany. HEX triplet: C2, 3F and 43. RGB value is (194,63,67). Sum of RGB (Red+Green+Blue) = 194+63+67=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F43 is #3DC0BC. Grayscale: #666666. Windows color (decimal): -4047037 or 4407234. OLE color: 4407234.

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

Color convert

RGB 194 63 67 -
CMYK 0 0.68 0.65 0.24
HSL 358.17º 0.52% 0.5% -
HSV(B) 358.17º 0.68% 0.76% -
XYZ 25.04 15.43 6.97 -
YUV 102.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 194 63 67 0 0.68 0.65 0.24 358.17 0.52 0.5
Hex C2 3F 43 0 44 41 18 166 34 32
Octal 302 77 103 0 104 101 30 546 64 62
Binary 11000010 111111 1000011 0 1000100 1000001 11000 101100110 110100 110010

Color Harmonies of #C23F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F43

Black with #C23F43

Text Example


Text Example

White with #C23F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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