Html Css Color HEX #C05791 Mulberry

📋 copy color: '#C05791'

red 192 ◦ green 87 ◦ blue 145

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

Shades of Mulberry #C05791

Tints of Mulberry #C05791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.52%

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

R = 45.28%
G = 20.52%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C05791 (or 0xC05791) is known color: Mulberry. HEX triplet: C0, 57 and 91. RGB value is (192,87,145). Sum of RGB (Red+Green+Blue) = 192+87+145=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C05791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05791 is #3FA86E. Grayscale: #7C7C7C. Windows color (decimal): -4171887 or 9525184. OLE color: 9525184.

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

Color convert

RGB 192 87 145 -
CMYK 0 0.55 0.24 0.25
HSL 326.86º 0.45% 0.55% -
HSV(B) 326.86º 0.55% 0.75% -
XYZ 30.26 20.07 29.07 -
YUV 125.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 192 87 145 0 0.55 0.24 0.25 326.86 0.45 0.55
Hex C0 57 91 0 37 18 19 147 2D 37
Octal 300 127 221 0 67 30 31 507 55 67
Binary 11000000 1010111 10010001 0 110111 11000 11001 101000111 101101 110111

Color Harmonies of #C05791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05791

Black with #C05791

Text Example


Text Example

White with #C05791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05791; }

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

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

background-color css

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

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

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

border-color css

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

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

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