Html Css Color HEX #C6484F Mandy

📋 copy color: '#C6484F'

red 198 ◦ green 72 ◦ blue 79

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

Shades of Mandy #C6484F

Tints of Mandy #C6484F

RGB

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

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

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

R = 56.73%
G = 20.63%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6484F (or 0xC6484F) is known color: Mandy. HEX triplet: C6, 48 and 4F. RGB value is (198,72,79). Sum of RGB (Red+Green+Blue) = 198+72+79=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C6484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6484F is #39B7B0. Grayscale: #6E6E6E. Windows color (decimal): -3782577 or 5195974. OLE color: 5195974.

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

Color convert

RGB 198 72 79 -
CMYK 0 0.64 0.60 0.22
HSL 356.67º 0.53% 0.53% -
HSV(B) 356.67º 0.64% 0.78% -
XYZ 27.02 17.21 9.29 -
YUV 110.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 198 72 79 0 0.64 0.60 0.22 356.67 0.53 0.53
Hex C6 48 4F 0 40 3C 16 165 34 35
Octal 306 110 117 0 100 74 26 545 64 65
Binary 11000110 1001000 1001111 0 1000000 111100 10110 101100101 110100 110101

Color Harmonies of #C6484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6484F

Black with #C6484F

Text Example


Text Example

White with #C6484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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