Html Css Color HEX #C05F95 Mulberry

📋 copy color: '#C05F95'

red 192 ◦ green 95 ◦ blue 149

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

Shades of Mulberry #C05F95

Tints of Mulberry #C05F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 44.04%
G = 21.79%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C05F95 (or 0xC05F95) is known color: Mulberry. HEX triplet: C0, 5F and 95. RGB value is (192,95,149). Sum of RGB (Red+Green+Blue) = 192+95+149=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F95 is #3FA06A. Grayscale: #828282. Windows color (decimal): -4169835 or 9789376. OLE color: 9789376.

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

Color convert

RGB 192 95 149 -
CMYK 0 0.51 0.22 0.25
HSL 326.6º 0.43% 0.56% -
HSV(B) 326.6º 0.51% 0.75% -
XYZ 31.26 21.56 30.95 -
YUV 130.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 192 95 149 0 0.51 0.22 0.25 326.6 0.43 0.56
Hex C0 5F 95 0 33 16 19 147 2B 38
Octal 300 137 225 0 63 26 31 507 53 70
Binary 11000000 1011111 10010101 0 110011 10110 11001 101000111 101011 111000

Color Harmonies of #C05F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F95

Black with #C05F95

Text Example


Text Example

White with #C05F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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