Html Css Color HEX #C0494E Mandy

📋 copy color: '#C0494E'

red 192 ◦ green 73 ◦ blue 78

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

Shades of Mandy #C0494E

Tints of Mandy #C0494E

RGB

 RED value IS 192 (75.39% from 255) = 55.98%

 GREEN value IS 73 (28.91% from 255) = 21.28%

 BLUE value IS 78 (30.86% from 255) = 22.74%

R = 55.98%
G = 21.28%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0494E (or 0xC0494E) is known color: Mandy. HEX triplet: C0, 49 and 4E. RGB value is (192,73,78). Sum of RGB (Red+Green+Blue) = 192+73+78=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C0494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0494E is #3FB6B1. Grayscale: #6D6D6D. Windows color (decimal): -4175538 or 5130688. OLE color: 5130688.

HSL color Cylindrical-coordinate representation of color #C0494E: hue angle of 357.48º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0494E is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 78 -
CMYK 0 0.62 0.59 0.25
HSL 357.48º 0.49% 0.52% -
HSV(B) 357.48º 0.62% 0.75% -
XYZ 25.5 16.52 9.05 -
YUV 109.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 192 73 78 0 0.62 0.59 0.25 357.48 0.49 0.52
Hex C0 49 4E 0 3E 3B 19 165 31 34
Octal 300 111 116 0 76 73 31 545 61 64
Binary 11000000 1001001 1001110 0 111110 111011 11001 101100101 110001 110100

Color Harmonies of #C0494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0494E

Black with #C0494E

Text Example


Text Example

White with #C0494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0494E; }

 p { color: rgb(192,73,78); }

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

background-color css

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

 a { background-color: rgb(192,73,78); }

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

border-color css

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

 span { border-color: rgb(192,73,78); }

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