Html Css Color HEX #C64F81 Mulberry

📋 copy color: '#C64F81'

red 198 ◦ green 79 ◦ blue 129

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

Shades of Mulberry #C64F81

Tints of Mulberry #C64F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.77%

R = 48.77%
G = 19.46%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C64F81 (or 0xC64F81) is known color: Mulberry. HEX triplet: C6, 4F and 81. RGB value is (198,79,129). Sum of RGB (Red+Green+Blue) = 198+79+129=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F81 is #39B07E. Grayscale: #787878. Windows color (decimal): -3780735 or 8474566. OLE color: 8474566.

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

Color convert

RGB 198 79 129 -
CMYK 0 0.60 0.35 0.22
HSL 334.79º 0.51% 0.54% -
HSV(B) 334.79º 0.6% 0.78% -
XYZ 30.05 19.18 22.89 -
YUV 120.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 198 79 129 0 0.60 0.35 0.22 334.79 0.51 0.54
Hex C6 4F 81 0 3C 23 16 14F 33 36
Octal 306 117 201 0 74 43 26 517 63 66
Binary 11000110 1001111 10000001 0 111100 100011 10110 101001111 110011 110110

Color Harmonies of #C64F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F81

Black with #C64F81

Text Example


Text Example

White with #C64F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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