Html Css Color HEX #C6484A Mandy

📋 copy color: '#C6484A'

red 198 ◦ green 72 ◦ blue 74

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

Shades of Mandy #C6484A

Tints of Mandy #C6484A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 57.56%
G = 20.93%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6484A (or 0xC6484A) is known color: Mandy. HEX triplet: C6, 48 and 4A. RGB value is (198,72,74). Sum of RGB (Red+Green+Blue) = 198+72+74=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6484A is #39B7B5. Grayscale: #6E6E6E. Windows color (decimal): -3782582 or 4868294. OLE color: 4868294.

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

Color convert

RGB 198 72 74 -
CMYK 0 0.64 0.63 0.22
HSL 359.05º 0.53% 0.53% -
HSV(B) 359.05º 0.64% 0.78% -
XYZ 26.84 17.13 8.37 -
YUV 109.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 198 72 74 0 0.64 0.63 0.22 359.05 0.53 0.53
Hex C6 48 4A 0 40 3F 16 167 34 35
Octal 306 110 112 0 100 77 26 547 64 65
Binary 11000110 1001000 1001010 0 1000000 111111 10110 101100111 110100 110101

Color Harmonies of #C6484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6484A

Black with #C6484A

Text Example


Text Example

White with #C6484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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