Html Css Color HEX #C64898 Mulberry

📋 copy color: '#C64898'

red 198 ◦ green 72 ◦ blue 152

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

Shades of Mulberry #C64898

Tints of Mulberry #C64898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.02%

R = 46.92%
G = 17.06%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C64898 (or 0xC64898) is known color: Mulberry. HEX triplet: C6, 48 and 98. RGB value is (198,72,152). Sum of RGB (Red+Green+Blue) = 198+72+152=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C64898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64898 is #39B767. Grayscale: #767676. Windows color (decimal): -3782504 or 9980102. OLE color: 9980102.

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

Color convert

RGB 198 72 152 -
CMYK 0 0.64 0.23 0.22
HSL 321.9º 0.53% 0.53% -
HSV(B) 321.9º 0.64% 0.78% -
XYZ 31.27 18.91 31.71 -
YUV 118.79 146.74 184.5 -
System Red Green Blue C M Y K H S L
Decimal 198 72 152 0 0.64 0.23 0.22 321.9 0.53 0.53
Hex C6 48 98 0 40 17 16 142 34 35
Octal 306 110 230 0 100 27 26 502 64 65
Binary 11000110 1001000 10011000 0 1000000 10111 10110 101000010 110100 110101

Color Harmonies of #C64898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64898

Black with #C64898

Text Example


Text Example

White with #C64898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64898; }

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

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

background-color css

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

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

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

border-color css

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

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

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