Html Css Color HEX #C05D98 Mulberry

📋 copy color: '#C05D98'

red 192 ◦ green 93 ◦ blue 152

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

Shades of Mulberry #C05D98

Tints of Mulberry #C05D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.28%

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

R = 43.94%
G = 21.28%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C05D98 (or 0xC05D98) is known color: Mulberry. HEX triplet: C0, 5D and 98. RGB value is (192,93,152). Sum of RGB (Red+Green+Blue) = 192+93+152=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D98 is #3FA267. Grayscale: #818181. Windows color (decimal): -4170344 or 9985472. OLE color: 9985472.

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

Color convert

RGB 192 93 152 -
CMYK 0 0.52 0.21 0.25
HSL 324.24º 0.44% 0.56% -
HSV(B) 324.24º 0.52% 0.75% -
XYZ 31.32 21.3 32.17 -
YUV 129.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 192 93 152 0 0.52 0.21 0.25 324.24 0.44 0.56
Hex C0 5D 98 0 34 15 19 144 2C 38
Octal 300 135 230 0 64 25 31 504 54 70
Binary 11000000 1011101 10011000 0 110100 10101 11001 101000100 101100 111000

Color Harmonies of #C05D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D98

Black with #C05D98

Text Example


Text Example

White with #C05D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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