Html Css Color HEX #C64649 Mandy

📋 copy color: '#C64649'

red 198 ◦ green 70 ◦ blue 73

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

Shades of Mandy #C64649

Tints of Mandy #C64649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.41%

R = 58.06%
G = 20.53%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C64649 (or 0xC64649) is known color: Mandy. HEX triplet: C6, 46 and 49. RGB value is (198,70,73). Sum of RGB (Red+Green+Blue) = 198+70+73=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C64649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64649 is #39B9B6. Grayscale: #6C6C6C. Windows color (decimal): -3783095 or 4802246. OLE color: 4802246.

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

Color convert

RGB 198 70 73 -
CMYK 0 0.65 0.63 0.22
HSL 358.59º 0.53% 0.53% -
HSV(B) 358.59º 0.65% 0.78% -
XYZ 26.68 16.87 8.15 -
YUV 108.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 198 70 73 0 0.65 0.63 0.22 358.59 0.53 0.53
Hex C6 46 49 0 41 3F 16 167 35 35
Octal 306 106 111 0 101 77 26 547 65 65
Binary 11000110 1000110 1001001 0 1000001 111111 10110 101100111 110101 110101

Color Harmonies of #C64649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64649

Black with #C64649

Text Example


Text Example

White with #C64649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64649; }

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

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

background-color css

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

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

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

border-color css

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

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

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