Html Css Color HEX #C05598 Mulberry

📋 copy color: '#C05598'

red 192 ◦ green 85 ◦ blue 152

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

Shades of Mulberry #C05598

Tints of Mulberry #C05598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.81%

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

R = 44.76%
G = 19.81%
B = 35.43%

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

#C05598 (or 0xC05598) is known color: Mulberry. HEX triplet: C0, 55 and 98. RGB value is (192,85,152). Sum of RGB (Red+Green+Blue) = 192+85+152=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C05598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05598 is #3FAA67. Grayscale: #7C7C7C. Windows color (decimal): -4172392 or 9983424. OLE color: 9983424.

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

Color convert

RGB 192 85 152 -
CMYK 0 0.56 0.21 0.25
HSL 322.43º 0.46% 0.54% -
HSV(B) 322.43º 0.56% 0.75% -
XYZ 30.65 19.97 31.94 -
YUV 124.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 192 85 152 0 0.56 0.21 0.25 322.43 0.46 0.54
Hex C0 55 98 0 38 15 19 142 2E 36
Octal 300 125 230 0 70 25 31 502 56 66
Binary 11000000 1010101 10011000 0 111000 10101 11001 101000010 101110 110110

Color Harmonies of #C05598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05598

Black with #C05598

Text Example


Text Example

White with #C05598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05598; }

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

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

background-color css

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

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

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

border-color css

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

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

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