Html Css Color HEX #C64A99 Mulberry

📋 copy color: '#C64A99'

red 198 ◦ green 74 ◦ blue 153

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

Shades of Mulberry #C64A99

Tints of Mulberry #C64A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

 BLUE value IS 153 (60.16% from 255) = 36%

R = 46.59%
G = 17.41%
B = 36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C64A99 (or 0xC64A99) is known color: Mulberry. HEX triplet: C6, 4A and 99. RGB value is (198,74,153). Sum of RGB (Red+Green+Blue) = 198+74+153=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A99 is #39B566. Grayscale: #777777. Windows color (decimal): -3781991 or 10046150. OLE color: 10046150.

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

Color convert

RGB 198 74 153 -
CMYK 0 0.63 0.23 0.22
HSL 321.77º 0.52% 0.53% -
HSV(B) 321.77º 0.63% 0.78% -
XYZ 31.49 19.2 32.18 -
YUV 120.08 146.58 183.58 -
System Red Green Blue C M Y K H S L
Decimal 198 74 153 0 0.63 0.23 0.22 321.77 0.52 0.53
Hex C6 4A 99 0 3F 17 16 142 34 35
Octal 306 112 231 0 77 27 26 502 64 65
Binary 11000110 1001010 10011001 0 111111 10111 10110 101000010 110100 110101

Color Harmonies of #C64A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A99

Black with #C64A99

Text Example


Text Example

White with #C64A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A99; }

 p { color: rgb(198,74,153); }

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

background-color css

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

 a { background-color: rgb(198,74,153); }

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

border-color css

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

 span { border-color: rgb(198,74,153); }

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