Html Css Color HEX #C04890 Mulberry

📋 copy color: '#C04890'

red 192 ◦ green 72 ◦ blue 144

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

Shades of Mulberry #C04890

Tints of Mulberry #C04890

RGB

 RED value IS 192 (75.39% from 255) = 47.06%

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

 BLUE value IS 144 (56.64% from 255) = 35.29%

R = 47.06%
G = 17.65%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C04890 (or 0xC04890) is known color: Mulberry. HEX triplet: C0, 48 and 90. RGB value is (192,72,144). Sum of RGB (Red+Green+Blue) = 192+72+144=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C04890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04890 is #3FB76F. Grayscale: #737373. Windows color (decimal): -4175728 or 9455808. OLE color: 9455808.

HSL color Cylindrical-coordinate representation of color #C04890: hue angle of 324º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04890 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 144 -
CMYK 0 0.63 0.25 0.25
HSL 324º 0.49% 0.52% -
HSV(B) 324º 0.63% 0.75% -
XYZ 29.09 17.85 28.3 -
YUV 116.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 192 72 144 0 0.63 0.25 0.25 324 0.49 0.52
Hex C0 48 90 0 3F 19 19 144 31 34
Octal 300 110 220 0 77 31 31 504 61 64
Binary 11000000 1001000 10010000 0 111111 11001 11001 101000100 110001 110100

Color Harmonies of #C04890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04890

Black with #C04890

Text Example


Text Example

White with #C04890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04890; }

 p { color: rgb(192,72,144); }

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

background-color css

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

 a { background-color: rgb(192,72,144); }

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

border-color css

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

 span { border-color: rgb(192,72,144); }

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