Html Css Color HEX #C64F53 Mandy

📋 copy color: '#C64F53'

red 198 ◦ green 79 ◦ blue 83

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

Shades of Mandy #C64F53

Tints of Mandy #C64F53

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.94%

 BLUE value IS 83 (32.81% from 255) = 23.06%

R = 55%
G = 21.94%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C64F53 (or 0xC64F53) is known color: Mandy. HEX triplet: C6, 4F and 53. RGB value is (198,79,83). Sum of RGB (Red+Green+Blue) = 198+79+83=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F53 is #39B0AC. Grayscale: #737373. Windows color (decimal): -3780781 or 5459910. OLE color: 5459910.

HSL color Cylindrical-coordinate representation of color #C64F53: hue angle of 357.98º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F53 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 79 83 -
CMYK 0 0.60 0.58 0.22
HSL 357.98º 0.51% 0.54% -
HSV(B) 357.98º 0.6% 0.78% -
XYZ 27.65 18.22 10.24 -
YUV 115.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 198 79 83 0 0.60 0.58 0.22 357.98 0.51 0.54
Hex C6 4F 53 0 3C 3A 16 166 33 36
Octal 306 117 123 0 74 72 26 546 63 66
Binary 11000110 1001111 1010011 0 111100 111010 10110 101100110 110011 110110

Color Harmonies of #C64F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F53

Black with #C64F53

Text Example


Text Example

White with #C64F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F53; }

 p { color: rgb(198,79,83); }

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

background-color css

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

 a { background-color: rgb(198,79,83); }

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

border-color css

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

 span { border-color: rgb(198,79,83); }

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