Html Css Color HEX #C64896 Mulberry

📋 copy color: '#C64896'

red 198 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #C64896

Tints of Mulberry #C64896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.14%

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 47.14%
G = 17.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C64896 (or 0xC64896) is known color: Mulberry. HEX triplet: C6, 48 and 96. RGB value is (198,72,150). Sum of RGB (Red+Green+Blue) = 198+72+150=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C64896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64896 is #39B769. Grayscale: #767676. Windows color (decimal): -3782506 or 9849030. OLE color: 9849030.

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

Color convert

RGB 198 72 150 -
CMYK 0 0.64 0.24 0.22
HSL 322.86º 0.53% 0.53% -
HSV(B) 322.86º 0.64% 0.78% -
XYZ 31.11 18.84 30.85 -
YUV 118.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 198 72 150 0 0.64 0.24 0.22 322.86 0.53 0.53
Hex C6 48 96 0 40 18 16 143 34 35
Octal 306 110 226 0 100 30 26 503 64 65
Binary 11000110 1001000 10010110 0 1000000 11000 10110 101000011 110100 110101

Color Harmonies of #C64896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64896

Black with #C64896

Text Example


Text Example

White with #C64896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64896; }

 p { color: rgb(198,72,150); }

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

background-color css

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

 a { background-color: rgb(198,72,150); }

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

border-color css

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

 span { border-color: rgb(198,72,150); }

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