Html Css Color HEX #C6474D Mandy

📋 copy color: '#C6474D'

red 198 ◦ green 71 ◦ blue 77

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

Shades of Mandy #C6474D

Tints of Mandy #C6474D

RGB

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

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

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

R = 57.23%
G = 20.52%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6474D (or 0xC6474D) is known color: Mandy. HEX triplet: C6, 47 and 4D. RGB value is (198,71,77). Sum of RGB (Red+Green+Blue) = 198+71+77=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6474D is #39B8B2. Grayscale: #6D6D6D. Windows color (decimal): -3782835 or 5064646. OLE color: 5064646.

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

Color convert

RGB 198 71 77 -
CMYK 0 0.64 0.61 0.22
HSL 357.17º 0.53% 0.53% -
HSV(B) 357.17º 0.64% 0.78% -
XYZ 26.88 17.05 8.89 -
YUV 109.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 198 71 77 0 0.64 0.61 0.22 357.17 0.53 0.53
Hex C6 47 4D 0 40 3D 16 165 35 35
Octal 306 107 115 0 100 75 26 545 65 65
Binary 11000110 1000111 1001101 0 1000000 111101 10110 101100101 110101 110101

Color Harmonies of #C6474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6474D

Black with #C6474D

Text Example


Text Example

White with #C6474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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