Html Css Color HEX #C05A91 Mulberry

📋 copy color: '#C05A91'

red 192 ◦ green 90 ◦ blue 145

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

Shades of Mulberry #C05A91

Tints of Mulberry #C05A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.08%

 BLUE value IS 145 (57.03% from 255) = 33.96%

R = 44.96%
G = 21.08%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C05A91 (or 0xC05A91) is known color: Mulberry. HEX triplet: C0, 5A and 91. RGB value is (192,90,145). Sum of RGB (Red+Green+Blue) = 192+90+145=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A91 is #3FA56E. Grayscale: #7E7E7E. Windows color (decimal): -4171119 or 9525952. OLE color: 9525952.

HSL color Cylindrical-coordinate representation of color #C05A91: hue angle of 327.65º degrees, saturation: 0.45, 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 #C05A91 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 90 145 -
CMYK 0 0.53 0.24 0.25
HSL 327.65º 0.45% 0.55% -
HSV(B) 327.65º 0.53% 0.75% -
XYZ 30.51 20.56 29.15 -
YUV 126.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 192 90 145 0 0.53 0.24 0.25 327.65 0.45 0.55
Hex C0 5A 91 0 35 18 19 148 2D 37
Octal 300 132 221 0 65 30 31 510 55 67
Binary 11000000 1011010 10010001 0 110101 11000 11001 101001000 101101 110111

Color Harmonies of #C05A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A91

Black with #C05A91

Text Example


Text Example

White with #C05A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A91; }

 p { color: rgb(192,90,145); }

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

background-color css

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

 a { background-color: rgb(192,90,145); }

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

border-color css

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

 span { border-color: rgb(192,90,145); }

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