Html Css Color HEX #C05B89 Mulberry

📋 copy color: '#C05B89'

red 192 ◦ green 91 ◦ blue 137

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

Shades of Mulberry #C05B89

Tints of Mulberry #C05B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.67%

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

R = 45.71%
G = 21.67%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C05B89 (or 0xC05B89) is known color: Mulberry. HEX triplet: C0, 5B and 89. RGB value is (192,91,137). Sum of RGB (Red+Green+Blue) = 192+91+137=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05B89 is #3FA476. Grayscale: #7E7E7E. Windows color (decimal): -4170871 or 9001920. OLE color: 9001920.

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

Color convert

RGB 192 91 137 -
CMYK 0 0.53 0.29 0.25
HSL 332.67º 0.44% 0.55% -
HSV(B) 332.67º 0.53% 0.75% -
XYZ 29.99 20.49 26.04 -
YUV 126.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 192 91 137 0 0.53 0.29 0.25 332.67 0.44 0.55
Hex C0 5B 89 0 35 1D 19 14D 2C 37
Octal 300 133 211 0 65 35 31 515 54 67
Binary 11000000 1011011 10001001 0 110101 11101 11001 101001101 101100 110111

Color Harmonies of #C05B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05B89

Black with #C05B89

Text Example


Text Example

White with #C05B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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