Html Css Color HEX #C6494F Mandy

📋 copy color: '#C6494F'

red 198 ◦ green 73 ◦ blue 79

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

Shades of Mandy #C6494F

Tints of Mandy #C6494F

RGB

 RED value IS 198 (77.73% from 255) = 56.57%

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

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

R = 56.57%
G = 20.86%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6494F (or 0xC6494F) is known color: Mandy. HEX triplet: C6, 49 and 4F. RGB value is (198,73,79). Sum of RGB (Red+Green+Blue) = 198+73+79=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C6494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6494F is #39B6B0. Grayscale: #6F6F6F. Windows color (decimal): -3782321 or 5196230. OLE color: 5196230.

HSL color Cylindrical-coordinate representation of color #C6494F: hue angle of 357.12º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6494F is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 73 79 -
CMYK 0 0.63 0.60 0.22
HSL 357.12º 0.52% 0.53% -
HSV(B) 357.12º 0.63% 0.78% -
XYZ 27.08 17.34 9.32 -
YUV 111.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 198 73 79 0 0.63 0.60 0.22 357.12 0.52 0.53
Hex C6 49 4F 0 3F 3C 16 165 34 35
Octal 306 111 117 0 77 74 26 545 64 65
Binary 11000110 1001001 1001111 0 111111 111100 10110 101100101 110100 110101

Color Harmonies of #C6494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6494F

Black with #C6494F

Text Example


Text Example

White with #C6494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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