Html Css Color HEX #C6484D Mandy

📋 copy color: '#C6484D'

red 198 ◦ green 72 ◦ blue 77

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

Shades of Mandy #C6484D

Tints of Mandy #C6484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

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

R = 57.06%
G = 20.75%
B = 22.19%

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

#C6484D (or 0xC6484D) is known color: Mandy. HEX triplet: C6, 48 and 4D. RGB value is (198,72,77). Sum of RGB (Red+Green+Blue) = 198+72+77=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6484D is #39B7B2. Grayscale: #6E6E6E. Windows color (decimal): -3782579 or 5064902. OLE color: 5064902.

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

Color convert

RGB 198 72 77 -
CMYK 0 0.64 0.61 0.22
HSL 357.62º 0.53% 0.53% -
HSV(B) 357.62º 0.64% 0.78% -
XYZ 26.95 17.18 8.92 -
YUV 110.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 198 72 77 0 0.64 0.61 0.22 357.62 0.53 0.53
Hex C6 48 4D 0 40 3D 16 166 34 35
Octal 306 110 115 0 100 75 26 546 64 65
Binary 11000110 1001000 1001101 0 1000000 111101 10110 101100110 110100 110101

Color Harmonies of #C6484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6484D

Black with #C6484D

Text Example


Text Example

White with #C6484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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