Html Css Color HEX #C64C5F Mandy

📋 copy color: '#C64C5F'

red 198 ◦ green 76 ◦ blue 95

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

Shades of Mandy #C64C5F

Tints of Mandy #C64C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 53.66%
G = 20.6%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C64C5F (or 0xC64C5F) is known color: Mandy. HEX triplet: C6, 4C and 5F. RGB value is (198,76,95). Sum of RGB (Red+Green+Blue) = 198+76+95=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C5F is #39B3A0. Grayscale: #727272. Windows color (decimal): -3781537 or 6245574. OLE color: 6245574.

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

Color convert

RGB 198 76 95 -
CMYK 0 0.62 0.52 0.22
HSL 350.66º 0.52% 0.54% -
HSV(B) 350.66º 0.62% 0.78% -
XYZ 27.94 18 12.83 -
YUV 114.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 198 76 95 0 0.62 0.52 0.22 350.66 0.52 0.54
Hex C6 4C 5F 0 3E 34 16 15F 34 36
Octal 306 114 137 0 76 64 26 537 64 66
Binary 11000110 1001100 1011111 0 111110 110100 10110 101011111 110100 110110

Color Harmonies of #C64C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C5F

Black with #C64C5F

Text Example


Text Example

White with #C64C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C5F; }

 p { color: rgb(198,76,95); }

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

background-color css

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

 a { background-color: rgb(198,76,95); }

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

border-color css

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

 span { border-color: rgb(198,76,95); }

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