Html Css Color HEX #C64892 Mulberry

📋 copy color: '#C64892'

red 198 ◦ green 72 ◦ blue 146

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

Shades of Mulberry #C64892

Tints of Mulberry #C64892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 47.6%
G = 17.31%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C64892 (or 0xC64892) is known color: Mulberry. HEX triplet: C6, 48 and 92. RGB value is (198,72,146). Sum of RGB (Red+Green+Blue) = 198+72+146=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C64892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64892 is #39B76D. Grayscale: #757575. Windows color (decimal): -3782510 or 9586886. OLE color: 9586886.

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

Color convert

RGB 198 72 146 -
CMYK 0 0.64 0.26 0.22
HSL 324.76º 0.53% 0.53% -
HSV(B) 324.76º 0.64% 0.78% -
XYZ 30.79 18.72 29.18 -
YUV 118.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 198 72 146 0 0.64 0.26 0.22 324.76 0.53 0.53
Hex C6 48 92 0 40 1A 16 145 34 35
Octal 306 110 222 0 100 32 26 505 64 65
Binary 11000110 1001000 10010010 0 1000000 11010 10110 101000101 110100 110101

Color Harmonies of #C64892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64892

Black with #C64892

Text Example


Text Example

White with #C64892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64892; }

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

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

background-color css

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

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

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

border-color css

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

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

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