Html Css Color HEX #C05391 Mulberry

📋 copy color: '#C05391'

red 192 ◦ green 83 ◦ blue 145

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

Shades of Mulberry #C05391

Tints of Mulberry #C05391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

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

R = 45.71%
G = 19.76%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C05391 (or 0xC05391) is known color: Mulberry. HEX triplet: C0, 53 and 91. RGB value is (192,83,145). Sum of RGB (Red+Green+Blue) = 192+83+145=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C05391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05391 is #3FAC6E. Grayscale: #7A7A7A. Windows color (decimal): -4172911 or 9524160. OLE color: 9524160.

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

Color convert

RGB 192 83 145 -
CMYK 0 0.57 0.24 0.25
HSL 325.87º 0.46% 0.54% -
HSV(B) 325.87º 0.57% 0.75% -
XYZ 29.94 19.44 28.96 -
YUV 122.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 192 83 145 0 0.57 0.24 0.25 325.87 0.46 0.54
Hex C0 53 91 0 39 18 19 146 2E 36
Octal 300 123 221 0 71 30 31 506 56 66
Binary 11000000 1010011 10010001 0 111001 11000 11001 101000110 101110 110110

Color Harmonies of #C05391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05391

Black with #C05391

Text Example


Text Example

White with #C05391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05391; }

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

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

background-color css

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

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

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

border-color css

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

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

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