Html Css Color HEX #C05F8E Mulberry

📋 copy color: '#C05F8E'

red 192 ◦ green 95 ◦ blue 142

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

Shades of Mulberry #C05F8E

Tints of Mulberry #C05F8E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.14%

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 44.76%
G = 22.14%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C05F8E (or 0xC05F8E) is known color: Mulberry. HEX triplet: C0, 5F and 8E. RGB value is (192,95,142). Sum of RGB (Red+Green+Blue) = 192+95+142=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F8E is #3FA071. Grayscale: #818181. Windows color (decimal): -4169842 or 9330624. OLE color: 9330624.

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

Color convert

RGB 192 95 142 -
CMYK 0 0.51 0.26 0.25
HSL 330.93º 0.43% 0.56% -
HSV(B) 330.93º 0.51% 0.75% -
XYZ 30.71 21.34 28.09 -
YUV 129.36 135.14 172.68 -
System Red Green Blue C M Y K H S L
Decimal 192 95 142 0 0.51 0.26 0.25 330.93 0.43 0.56
Hex C0 5F 8E 0 33 1A 19 14B 2B 38
Octal 300 137 216 0 63 32 31 513 53 70
Binary 11000000 1011111 10001110 0 110011 11010 11001 101001011 101011 111000

Color Harmonies of #C05F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F8E

Black with #C05F8E

Text Example


Text Example

White with #C05F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F8E; }

 p { color: rgb(192,95,142); }

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

background-color css

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

 a { background-color: rgb(192,95,142); }

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

border-color css

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

 span { border-color: rgb(192,95,142); }

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