Html Css Color HEX #C05997 Mulberry

📋 copy color: '#C05997'

red 192 ◦ green 89 ◦ blue 151

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

Shades of Mulberry #C05997

Tints of Mulberry #C05997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.6%

 BLUE value IS 151 (59.38% from 255) = 34.95%

R = 44.44%
G = 20.6%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C05997 (or 0xC05997) is known color: Mulberry. HEX triplet: C0, 59 and 97. RGB value is (192,89,151). Sum of RGB (Red+Green+Blue) = 192+89+151=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C05997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05997 is #3FA668. Grayscale: #7E7E7E. Windows color (decimal): -4171369 or 9918912. OLE color: 9918912.

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

Color convert

RGB 192 89 151 -
CMYK 0 0.54 0.21 0.25
HSL 323.88º 0.45% 0.55% -
HSV(B) 323.88º 0.54% 0.75% -
XYZ 30.9 20.59 31.62 -
YUV 126.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 192 89 151 0 0.54 0.21 0.25 323.88 0.45 0.55
Hex C0 59 97 0 36 15 19 144 2D 37
Octal 300 131 227 0 66 25 31 504 55 67
Binary 11000000 1011001 10010111 0 110110 10101 11001 101000100 101101 110111

Color Harmonies of #C05997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05997

Black with #C05997

Text Example


Text Example

White with #C05997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05997; }

 p { color: rgb(192,89,151); }

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

background-color css

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

 a { background-color: rgb(192,89,151); }

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

border-color css

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

 span { border-color: rgb(192,89,151); }

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