Html Css Color HEX #C04998 Mulberry

📋 copy color: '#C04998'

red 192 ◦ green 73 ◦ blue 152

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

Shades of Mulberry #C04998

Tints of Mulberry #C04998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

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

R = 46.04%
G = 17.51%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C04998 (or 0xC04998) is known color: Mulberry. HEX triplet: C0, 49 and 98. RGB value is (192,73,152). Sum of RGB (Red+Green+Blue) = 192+73+152=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C04998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04998 is #3FB667. Grayscale: #757575. Windows color (decimal): -4175464 or 9980352. OLE color: 9980352.

HSL color Cylindrical-coordinate representation of color #C04998: hue angle of 320.17º 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 #C04998 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 152 -
CMYK 0 0.62 0.21 0.25
HSL 320.17º 0.49% 0.52% -
HSV(B) 320.17º 0.62% 0.75% -
XYZ 29.79 18.24 31.66 -
YUV 117.59 147.42 181.08 -
System Red Green Blue C M Y K H S L
Decimal 192 73 152 0 0.62 0.21 0.25 320.17 0.49 0.52
Hex C0 49 98 0 3E 15 19 140 31 34
Octal 300 111 230 0 76 25 31 500 61 64
Binary 11000000 1001001 10011000 0 111110 10101 11001 101000000 110001 110100

Color Harmonies of #C04998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04998

Black with #C04998

Text Example


Text Example

White with #C04998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04998; }

 p { color: rgb(192,73,152); }

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

background-color css

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

 a { background-color: rgb(192,73,152); }

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

border-color css

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

 span { border-color: rgb(192,73,152); }

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