Html Css Color HEX #C64698 Mulberry

📋 copy color: '#C64698'

red 198 ◦ green 70 ◦ blue 152

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

Shades of Mulberry #C64698

Tints of Mulberry #C64698

RGB

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

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

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

R = 47.14%
G = 16.67%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C64698 (or 0xC64698) is known color: Mulberry. HEX triplet: C6, 46 and 98. RGB value is (198,70,152). Sum of RGB (Red+Green+Blue) = 198+70+152=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C64698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64698 is #39B967. Grayscale: #757575. Windows color (decimal): -3783016 or 9979590. OLE color: 9979590.

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

Color convert

RGB 198 70 152 -
CMYK 0 0.65 0.23 0.22
HSL 321.56º 0.53% 0.53% -
HSV(B) 321.56º 0.65% 0.78% -
XYZ 31.15 18.65 31.66 -
YUV 117.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 198 70 152 0 0.65 0.23 0.22 321.56 0.53 0.53
Hex C6 46 98 0 41 17 16 142 35 35
Octal 306 106 230 0 101 27 26 502 65 65
Binary 11000110 1000110 10011000 0 1000001 10111 10110 101000010 110101 110101

Color Harmonies of #C64698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64698

Black with #C64698

Text Example


Text Example

White with #C64698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64698; }

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

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

background-color css

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

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

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

border-color css

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

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

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