Html Css Color HEX #C6464E Mandy

📋 copy color: '#C6464E'

red 198 ◦ green 70 ◦ blue 78

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

Shades of Mandy #C6464E

Tints of Mandy #C6464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 78 (30.86% from 255) = 22.54%

R = 57.23%
G = 20.23%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6464E (or 0xC6464E) is known color: Mandy. HEX triplet: C6, 46 and 4E. RGB value is (198,70,78). Sum of RGB (Red+Green+Blue) = 198+70+78=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6464E is #39B9B1. Grayscale: #6D6D6D. Windows color (decimal): -3783090 or 5129926. OLE color: 5129926.

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

Color convert

RGB 198 70 78 -
CMYK 0 0.65 0.61 0.22
HSL 356.25º 0.53% 0.53% -
HSV(B) 356.25º 0.65% 0.78% -
XYZ 26.85 16.94 9.06 -
YUV 109.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 198 70 78 0 0.65 0.61 0.22 356.25 0.53 0.53
Hex C6 46 4E 0 41 3D 16 164 35 35
Octal 306 106 116 0 101 75 26 544 65 65
Binary 11000110 1000110 1001110 0 1000001 111101 10110 101100100 110101 110101

Color Harmonies of #C6464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6464E

Black with #C6464E

Text Example


Text Example

White with #C6464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6464E; }

 p { color: rgb(198,70,78); }

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

background-color css

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

 a { background-color: rgb(198,70,78); }

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

border-color css

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

 span { border-color: rgb(198,70,78); }

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