Html Css Color HEX #C05D8F Mulberry

📋 copy color: '#C05D8F'

red 192 ◦ green 93 ◦ blue 143

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

Shades of Mulberry #C05D8F

Tints of Mulberry #C05D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.41%

R = 44.86%
G = 21.73%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C05D8F (or 0xC05D8F) is known color: Mulberry. HEX triplet: C0, 5D and 8F. RGB value is (192,93,143). Sum of RGB (Red+Green+Blue) = 192+93+143=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D8F is #3FA270. Grayscale: #808080. Windows color (decimal): -4170353 or 9395648. OLE color: 9395648.

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

Color convert

RGB 192 93 143 -
CMYK 0 0.52 0.26 0.25
HSL 329.7º 0.44% 0.56% -
HSV(B) 329.7º 0.52% 0.75% -
XYZ 30.61 21.02 28.43 -
YUV 128.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 192 93 143 0 0.52 0.26 0.25 329.7 0.44 0.56
Hex C0 5D 8F 0 34 1A 19 14A 2C 38
Octal 300 135 217 0 64 32 31 512 54 70
Binary 11000000 1011101 10001111 0 110100 11010 11001 101001010 101100 111000

Color Harmonies of #C05D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D8F

Black with #C05D8F

Text Example


Text Example

White with #C05D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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