Html Css Color HEX #C6494D Mandy

📋 copy color: '#C6494D'

red 198 ◦ green 73 ◦ blue 77

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

Shades of Mandy #C6494D

Tints of Mandy #C6494D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 56.9%
G = 20.98%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6494D (or 0xC6494D) is known color: Mandy. HEX triplet: C6, 49 and 4D. RGB value is (198,73,77). Sum of RGB (Red+Green+Blue) = 198+73+77=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C6494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6494D is #39B6B2. Grayscale: #6E6E6E. Windows color (decimal): -3782323 or 5065158. OLE color: 5065158.

HSL color Cylindrical-coordinate representation of color #C6494D: hue angle of 358.08º 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 #C6494D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 73 77 -
CMYK 0 0.63 0.61 0.22
HSL 358.08º 0.52% 0.53% -
HSV(B) 358.08º 0.63% 0.78% -
XYZ 27.01 17.31 8.94 -
YUV 110.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 198 73 77 0 0.63 0.61 0.22 358.08 0.52 0.53
Hex C6 49 4D 0 3F 3D 16 166 34 35
Octal 306 111 115 0 77 75 26 546 64 65
Binary 11000110 1001001 1001101 0 111111 111101 10110 101100110 110100 110101

Color Harmonies of #C6494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6494D

Black with #C6494D

Text Example


Text Example

White with #C6494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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