Html Css Color HEX #C64449 Mandy

📋 copy color: '#C64449'

red 198 ◦ green 68 ◦ blue 73

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

Shades of Mandy #C64449

Tints of Mandy #C64449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

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

R = 58.41%
G = 20.06%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C64449 (or 0xC64449) is known color: Mandy. HEX triplet: C6, 44 and 49. RGB value is (198,68,73). Sum of RGB (Red+Green+Blue) = 198+68+73=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C64449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64449 is #39BBB6. Grayscale: #6B6B6B. Windows color (decimal): -3783607 or 4801734. OLE color: 4801734.

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

Color convert

RGB 198 68 73 -
CMYK 0 0.66 0.63 0.22
HSL 357.69º 0.53% 0.52% -
HSV(B) 357.69º 0.66% 0.78% -
XYZ 26.56 16.62 8.11 -
YUV 107.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 198 68 73 0 0.66 0.63 0.22 357.69 0.53 0.52
Hex C6 44 49 0 42 3F 16 166 35 34
Octal 306 104 111 0 102 77 26 546 65 64
Binary 11000110 1000100 1001001 0 1000010 111111 10110 101100110 110101 110100

Color Harmonies of #C64449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64449

Black with #C64449

Text Example


Text Example

White with #C64449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64449; }

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

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

background-color css

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

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

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

border-color css

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

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

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