Html Css Color HEX #C05498 Mulberry

📋 copy color: '#C05498'

red 192 ◦ green 84 ◦ blue 152

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

Shades of Mulberry #C05498

Tints of Mulberry #C05498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.63%

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

R = 44.86%
G = 19.63%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C05498 (or 0xC05498) is known color: Mulberry. HEX triplet: C0, 54 and 98. RGB value is (192,84,152). Sum of RGB (Red+Green+Blue) = 192+84+152=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C05498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05498 is #3FAB67. Grayscale: #7B7B7B. Windows color (decimal): -4172648 or 9983168. OLE color: 9983168.

HSL color Cylindrical-coordinate representation of color #C05498: hue angle of 322.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05498 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 84 152 -
CMYK 0 0.56 0.21 0.25
HSL 322.22º 0.46% 0.54% -
HSV(B) 322.22º 0.56% 0.75% -
XYZ 30.58 19.81 31.92 -
YUV 124.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 192 84 152 0 0.56 0.21 0.25 322.22 0.46 0.54
Hex C0 54 98 0 38 15 19 142 2E 36
Octal 300 124 230 0 70 25 31 502 56 66
Binary 11000000 1010100 10011000 0 111000 10101 11001 101000010 101110 110110

Color Harmonies of #C05498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05498

Black with #C05498

Text Example


Text Example

White with #C05498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05498; }

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

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

background-color css

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

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

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

border-color css

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

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

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