Html Css Color HEX #C64681 Mulberry

📋 copy color: '#C64681'

red 198 ◦ green 70 ◦ blue 129

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

Shades of Mulberry #C64681

Tints of Mulberry #C64681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.63%

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

R = 49.87%
G = 17.63%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C64681 (or 0xC64681) is known color: Mulberry. HEX triplet: C6, 46 and 81. RGB value is (198,70,129). Sum of RGB (Red+Green+Blue) = 198+70+129=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C64681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64681 is #39B97E. Grayscale: #727272. Windows color (decimal): -3783039 or 8472262. OLE color: 8472262.

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

Color convert

RGB 198 70 129 -
CMYK 0 0.65 0.35 0.22
HSL 332.34º 0.53% 0.53% -
HSV(B) 332.34º 0.65% 0.78% -
XYZ 29.44 17.97 22.69 -
YUV 115 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 198 70 129 0 0.65 0.35 0.22 332.34 0.53 0.53
Hex C6 46 81 0 41 23 16 14C 35 35
Octal 306 106 201 0 101 43 26 514 65 65
Binary 11000110 1000110 10000001 0 1000001 100011 10110 101001100 110101 110101

Color Harmonies of #C64681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64681

Black with #C64681

Text Example


Text Example

White with #C64681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64681; }

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

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

background-color css

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

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

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

border-color css

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

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

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