Html Css Color HEX #C64897 Mulberry

📋 copy color: '#C64897'

red 198 ◦ green 72 ◦ blue 151

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

Shades of Mulberry #C64897

Tints of Mulberry #C64897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.87%

R = 47.03%
G = 17.1%
B = 35.87%

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

#C64897 (or 0xC64897) is known color: Mulberry. HEX triplet: C6, 48 and 97. RGB value is (198,72,151). Sum of RGB (Red+Green+Blue) = 198+72+151=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C64897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64897 is #39B768. Grayscale: #767676. Windows color (decimal): -3782505 or 9914566. OLE color: 9914566.

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

Color convert

RGB 198 72 151 -
CMYK 0 0.64 0.24 0.22
HSL 322.38º 0.53% 0.53% -
HSV(B) 322.38º 0.64% 0.78% -
XYZ 31.19 18.87 31.28 -
YUV 118.68 146.24 184.58 -
System Red Green Blue C M Y K H S L
Decimal 198 72 151 0 0.64 0.24 0.22 322.38 0.53 0.53
Hex C6 48 97 0 40 18 16 142 34 35
Octal 306 110 227 0 100 30 26 502 64 65
Binary 11000110 1001000 10010111 0 1000000 11000 10110 101000010 110100 110101

Color Harmonies of #C64897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64897

Black with #C64897

Text Example


Text Example

White with #C64897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64897; }

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

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

background-color css

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

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

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

border-color css

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

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

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