Html Css Color HEX #C64C7F Mulberry

📋 copy color: '#C64C7F'

red 198 ◦ green 76 ◦ blue 127

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

Shades of Mulberry #C64C7F

Tints of Mulberry #C64C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 49.38%
G = 18.95%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C64C7F (or 0xC64C7F) is known color: Mulberry. HEX triplet: C6, 4C and 7F. RGB value is (198,76,127). Sum of RGB (Red+Green+Blue) = 198+76+127=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C7F is #39B380. Grayscale: #767676. Windows color (decimal): -3781505 or 8342726. OLE color: 8342726.

HSL color Cylindrical-coordinate representation of color #C64C7F: hue angle of 334.92º 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 #C64C7F is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 76 127 -
CMYK 0 0.62 0.36 0.22
HSL 334.92º 0.52% 0.54% -
HSV(B) 334.92º 0.62% 0.78% -
XYZ 29.7 18.71 22.12 -
YUV 118.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 198 76 127 0 0.62 0.36 0.22 334.92 0.52 0.54
Hex C6 4C 7F 0 3E 24 16 14F 34 36
Octal 306 114 177 0 76 44 26 517 64 66
Binary 11000110 1001100 1111111 0 111110 100100 10110 101001111 110100 110110

Color Harmonies of #C64C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C7F

Black with #C64C7F

Text Example


Text Example

White with #C64C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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