Html Css Color HEX #C6475E Mandy

📋 copy color: '#C6475E'

red 198 ◦ green 71 ◦ blue 94

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

Shades of Mandy #C6475E

Tints of Mandy #C6475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

 BLUE value IS 94 (37.11% from 255) = 25.9%

R = 54.55%
G = 19.56%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6475E (or 0xC6475E) is known color: Mandy. HEX triplet: C6, 47 and 5E. RGB value is (198,71,94). Sum of RGB (Red+Green+Blue) = 198+71+94=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6475E is #39B8A1. Grayscale: #6F6F6F. Windows color (decimal): -3782818 or 6178758. OLE color: 6178758.

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

Color convert

RGB 198 71 94 -
CMYK 0 0.64 0.53 0.22
HSL 349.13º 0.53% 0.53% -
HSV(B) 349.13º 0.64% 0.78% -
XYZ 27.56 17.32 12.48 -
YUV 111.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 198 71 94 0 0.64 0.53 0.22 349.13 0.53 0.53
Hex C6 47 5E 0 40 35 16 15D 35 35
Octal 306 107 136 0 100 65 26 535 65 65
Binary 11000110 1000111 1011110 0 1000000 110101 10110 101011101 110101 110101

Color Harmonies of #C6475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6475E

Black with #C6475E

Text Example


Text Example

White with #C6475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6475E; }

 p { color: rgb(198,71,94); }

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

background-color css

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

 a { background-color: rgb(198,71,94); }

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

border-color css

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

 span { border-color: rgb(198,71,94); }

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