Html Css Color HEX #C05D94 Mulberry

📋 copy color: '#C05D94'

red 192 ◦ green 93 ◦ blue 148

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

Shades of Mulberry #C05D94

Tints of Mulberry #C05D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.48%

 BLUE value IS 148 (58.2% from 255) = 34.18%

R = 44.34%
G = 21.48%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C05D94 (or 0xC05D94) is known color: Mulberry. HEX triplet: C0, 5D and 94. RGB value is (192,93,148). Sum of RGB (Red+Green+Blue) = 192+93+148=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D94 is #3FA26B. Grayscale: #808080. Windows color (decimal): -4170348 or 9723328. OLE color: 9723328.

HSL color Cylindrical-coordinate representation of color #C05D94: hue angle of 326.67º 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 #C05D94 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 93 148 -
CMYK 0 0.52 0.23 0.25
HSL 326.67º 0.44% 0.56% -
HSV(B) 326.67º 0.52% 0.75% -
XYZ 31 21.17 30.47 -
YUV 128.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 192 93 148 0 0.52 0.23 0.25 326.67 0.44 0.56
Hex C0 5D 94 0 34 17 19 147 2C 38
Octal 300 135 224 0 64 27 31 507 54 70
Binary 11000000 1011101 10010100 0 110100 10111 11001 101000111 101100 111000

Color Harmonies of #C05D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D94

Black with #C05D94

Text Example


Text Example

White with #C05D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D94; }

 p { color: rgb(192,93,148); }

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

background-color css

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

 a { background-color: rgb(192,93,148); }

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

border-color css

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

 span { border-color: rgb(192,93,148); }

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