Html Css Color HEX #C64A4F Mandy

📋 copy color: '#C64A4F'

red 198 ◦ green 74 ◦ blue 79

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

Shades of Mandy #C64A4F

Tints of Mandy #C64A4F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.08%

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 56.41%
G = 21.08%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C64A4F (or 0xC64A4F) is known color: Mandy. HEX triplet: C6, 4A and 4F. RGB value is (198,74,79). Sum of RGB (Red+Green+Blue) = 198+74+79=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A4F is #39B5B0. Grayscale: #6F6F6F. Windows color (decimal): -3782065 or 5196486. OLE color: 5196486.

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

Color convert

RGB 198 74 79 -
CMYK 0 0.63 0.60 0.22
HSL 357.58º 0.52% 0.53% -
HSV(B) 357.58º 0.63% 0.78% -
XYZ 27.15 17.47 9.34 -
YUV 111.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 198 74 79 0 0.63 0.60 0.22 357.58 0.52 0.53
Hex C6 4A 4F 0 3F 3C 16 166 34 35
Octal 306 112 117 0 77 74 26 546 64 65
Binary 11000110 1001010 1001111 0 111111 111100 10110 101100110 110100 110101

Color Harmonies of #C64A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A4F

Black with #C64A4F

Text Example


Text Example

White with #C64A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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