Html Css Color HEX #C6464C Mandy

📋 copy color: '#C6464C'

red 198 ◦ green 70 ◦ blue 76

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

Shades of Mandy #C6464C

Tints of Mandy #C6464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.09%

R = 57.56%
G = 20.35%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6464C (or 0xC6464C) is known color: Mandy. HEX triplet: C6, 46 and 4C. RGB value is (198,70,76). Sum of RGB (Red+Green+Blue) = 198+70+76=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6464C is #39B9B3. Grayscale: #6D6D6D. Windows color (decimal): -3783092 or 4998854. OLE color: 4998854.

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

Color convert

RGB 198 70 76 -
CMYK 0 0.65 0.62 0.22
HSL 357.19º 0.53% 0.53% -
HSV(B) 357.19º 0.65% 0.78% -
XYZ 26.78 16.91 8.69 -
YUV 108.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 198 70 76 0 0.65 0.62 0.22 357.19 0.53 0.53
Hex C6 46 4C 0 41 3E 16 165 35 35
Octal 306 106 114 0 101 76 26 545 65 65
Binary 11000110 1000110 1001100 0 1000001 111110 10110 101100101 110101 110101

Color Harmonies of #C6464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6464C

Black with #C6464C

Text Example


Text Example

White with #C6464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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