Html Css Color HEX #C05298 Mulberry

📋 copy color: '#C05298'

red 192 ◦ green 82 ◦ blue 152

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

Shades of Mulberry #C05298

Tints of Mulberry #C05298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.25%

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

R = 45.07%
G = 19.25%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C05298 (or 0xC05298) is known color: Mulberry. HEX triplet: C0, 52 and 98. RGB value is (192,82,152). Sum of RGB (Red+Green+Blue) = 192+82+152=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C05298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05298 is #3FAD67. Grayscale: #7A7A7A. Windows color (decimal): -4173160 or 9982656. OLE color: 9982656.

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

Color convert

RGB 192 82 152 -
CMYK 0 0.57 0.21 0.25
HSL 321.82º 0.47% 0.54% -
HSV(B) 321.82º 0.57% 0.75% -
XYZ 30.42 19.51 31.87 -
YUV 122.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 192 82 152 0 0.57 0.21 0.25 321.82 0.47 0.54
Hex C0 52 98 0 39 15 19 142 2F 36
Octal 300 122 230 0 71 25 31 502 57 66
Binary 11000000 1010010 10011000 0 111001 10101 11001 101000010 101111 110110

Color Harmonies of #C05298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05298

Black with #C05298

Text Example


Text Example

White with #C05298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05298; }

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

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

background-color css

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

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

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

border-color css

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

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

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