Html Css Color HEX #C64549 Mandy

📋 copy color: '#C64549'

red 198 ◦ green 69 ◦ blue 73

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

Shades of Mandy #C64549

Tints of Mandy #C64549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.29%

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

R = 58.24%
G = 20.29%
B = 21.47%

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

#C64549 (or 0xC64549) is known color: Mandy. HEX triplet: C6, 45 and 49. RGB value is (198,69,73). Sum of RGB (Red+Green+Blue) = 198+69+73=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C64549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64549 is #39BAB6. Grayscale: #6C6C6C. Windows color (decimal): -3783351 or 4801990. OLE color: 4801990.

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

Color convert

RGB 198 69 73 -
CMYK 0 0.65 0.63 0.22
HSL 358.14º 0.53% 0.52% -
HSV(B) 358.14º 0.65% 0.78% -
XYZ 26.62 16.74 8.13 -
YUV 108.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 198 69 73 0 0.65 0.63 0.22 358.14 0.53 0.52
Hex C6 45 49 0 41 3F 16 166 35 34
Octal 306 105 111 0 101 77 26 546 65 64
Binary 11000110 1000101 1001001 0 1000001 111111 10110 101100110 110101 110100

Color Harmonies of #C64549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64549

Black with #C64549

Text Example


Text Example

White with #C64549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64549; }

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

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

background-color css

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

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

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

border-color css

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

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

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