Html Css Color HEX #C0494F Mandy

📋 copy color: '#C0494F'

red 192 ◦ green 73 ◦ blue 79

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

Shades of Mandy #C0494F

Tints of Mandy #C0494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.97%

R = 55.81%
G = 21.22%
B = 22.97%

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

#C0494F (or 0xC0494F) is known color: Mandy. HEX triplet: C0, 49 and 4F. RGB value is (192,73,79). Sum of RGB (Red+Green+Blue) = 192+73+79=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C0494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0494F is #3FB6B0. Grayscale: #6D6D6D. Windows color (decimal): -4175537 or 5196224. OLE color: 5196224.

HSL color Cylindrical-coordinate representation of color #C0494F: hue angle of 356.97º 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 #C0494F is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 79 -
CMYK 0 0.62 0.59 0.25
HSL 356.97º 0.49% 0.52% -
HSV(B) 356.97º 0.62% 0.75% -
XYZ 25.53 16.54 9.24 -
YUV 109.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 192 73 79 0 0.62 0.59 0.25 356.97 0.49 0.52
Hex C0 49 4F 0 3E 3B 19 165 31 34
Octal 300 111 117 0 76 73 31 545 61 64
Binary 11000000 1001001 1001111 0 111110 111011 11001 101100101 110001 110100

Color Harmonies of #C0494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0494F

Black with #C0494F

Text Example


Text Example

White with #C0494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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