Html Css Color HEX #C05C8F Mulberry

📋 copy color: '#C05C8F'

red 192 ◦ green 92 ◦ blue 143

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

Shades of Mulberry #C05C8F

Tints of Mulberry #C05C8F

RGB

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

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

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

R = 44.96%
G = 21.55%
B = 33.49%

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

#C05C8F (or 0xC05C8F) is known color: Mulberry. HEX triplet: C0, 5C and 8F. RGB value is (192,92,143). Sum of RGB (Red+Green+Blue) = 192+92+143=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C8F is #3FA370. Grayscale: #7F7F7F. Windows color (decimal): -4170609 or 9395392. OLE color: 9395392.

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

Color convert

RGB 192 92 143 -
CMYK 0 0.52 0.26 0.25
HSL 329.4º 0.44% 0.56% -
HSV(B) 329.4º 0.52% 0.75% -
XYZ 30.52 20.84 28.4 -
YUV 127.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 192 92 143 0 0.52 0.26 0.25 329.4 0.44 0.56
Hex C0 5C 8F 0 34 1A 19 149 2C 38
Octal 300 134 217 0 64 32 31 511 54 70
Binary 11000000 1011100 10001111 0 110100 11010 11001 101001001 101100 111000

Color Harmonies of #C05C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C8F

Black with #C05C8F

Text Example


Text Example

White with #C05C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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