Html Css Color HEX #C05D89 Mulberry

📋 copy color: '#C05D89'

red 192 ◦ green 93 ◦ blue 137

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

Shades of Mulberry #C05D89

Tints of Mulberry #C05D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.46%

R = 45.5%
G = 22.04%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C05D89 (or 0xC05D89) is known color: Mulberry. HEX triplet: C0, 5D and 89. RGB value is (192,93,137). Sum of RGB (Red+Green+Blue) = 192+93+137=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D89 is #3FA276. Grayscale: #7F7F7F. Windows color (decimal): -4170359 or 9002432. OLE color: 9002432.

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

Color convert

RGB 192 93 137 -
CMYK 0 0.52 0.29 0.25
HSL 333.33º 0.44% 0.56% -
HSV(B) 333.33º 0.52% 0.75% -
XYZ 30.17 20.84 26.1 -
YUV 127.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 192 93 137 0 0.52 0.29 0.25 333.33 0.44 0.56
Hex C0 5D 89 0 34 1D 19 14D 2C 38
Octal 300 135 211 0 64 35 31 515 54 70
Binary 11000000 1011101 10001001 0 110100 11101 11001 101001101 101100 111000

Color Harmonies of #C05D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D89

Black with #C05D89

Text Example


Text Example

White with #C05D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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