Html Css Color HEX #C05C97 Mulberry

📋 copy color: '#C05C97'

red 192 ◦ green 92 ◦ blue 151

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

Shades of Mulberry #C05C97

Tints of Mulberry #C05C97

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.15%

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

R = 44.14%
G = 21.15%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C05C97 (or 0xC05C97) is known color: Mulberry. HEX triplet: C0, 5C and 97. RGB value is (192,92,151). Sum of RGB (Red+Green+Blue) = 192+92+151=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C97 is #3FA368. Grayscale: #808080. Windows color (decimal): -4170601 or 9919680. OLE color: 9919680.

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

Color convert

RGB 192 92 151 -
CMYK 0 0.52 0.21 0.25
HSL 324.6º 0.44% 0.56% -
HSV(B) 324.6º 0.52% 0.75% -
XYZ 31.15 21.1 31.71 -
YUV 128.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 192 92 151 0 0.52 0.21 0.25 324.6 0.44 0.56
Hex C0 5C 97 0 34 15 19 145 2C 38
Octal 300 134 227 0 64 25 31 505 54 70
Binary 11000000 1011100 10010111 0 110100 10101 11001 101000101 101100 111000

Color Harmonies of #C05C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C97

Black with #C05C97

Text Example


Text Example

White with #C05C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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