Html Css Color HEX #C05F90 Mulberry

📋 copy color: '#C05F90'

red 192 ◦ green 95 ◦ blue 144

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

Shades of Mulberry #C05F90

Tints of Mulberry #C05F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.41%

R = 44.55%
G = 22.04%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C05F90 (or 0xC05F90) is known color: Mulberry. HEX triplet: C0, 5F and 90. RGB value is (192,95,144). Sum of RGB (Red+Green+Blue) = 192+95+144=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F90 is #3FA06F. Grayscale: #818181. Windows color (decimal): -4169840 or 9461696. OLE color: 9461696.

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

Color convert

RGB 192 95 144 -
CMYK 0 0.51 0.25 0.25
HSL 329.69º 0.43% 0.56% -
HSV(B) 329.69º 0.51% 0.75% -
XYZ 30.86 21.4 28.89 -
YUV 129.59 136.14 172.52 -
System Red Green Blue C M Y K H S L
Decimal 192 95 144 0 0.51 0.25 0.25 329.69 0.43 0.56
Hex C0 5F 90 0 33 19 19 14A 2B 38
Octal 300 137 220 0 63 31 31 512 53 70
Binary 11000000 1011111 10010000 0 110011 11001 11001 101001010 101011 111000

Color Harmonies of #C05F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F90

Black with #C05F90

Text Example


Text Example

White with #C05F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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