Html Css Color HEX #C64D81 Mulberry

📋 copy color: '#C64D81'

red 198 ◦ green 77 ◦ blue 129

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

Shades of Mulberry #C64D81

Tints of Mulberry #C64D81

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

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

R = 49.01%
G = 19.06%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C64D81 (or 0xC64D81) is known color: Mulberry. HEX triplet: C6, 4D and 81. RGB value is (198,77,129). Sum of RGB (Red+Green+Blue) = 198+77+129=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D81 is #39B27E. Grayscale: #777777. Windows color (decimal): -3781247 or 8474054. OLE color: 8474054.

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

Color convert

RGB 198 77 129 -
CMYK 0 0.61 0.35 0.22
HSL 334.21º 0.51% 0.54% -
HSV(B) 334.21º 0.61% 0.78% -
XYZ 29.91 18.9 22.84 -
YUV 119.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 198 77 129 0 0.61 0.35 0.22 334.21 0.51 0.54
Hex C6 4D 81 0 3D 23 16 14E 33 36
Octal 306 115 201 0 75 43 26 516 63 66
Binary 11000110 1001101 10000001 0 111101 100011 10110 101001110 110011 110110

Color Harmonies of #C64D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D81

Black with #C64D81

Text Example


Text Example

White with #C64D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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