Html Css Color HEX #C05F96 Mulberry

📋 copy color: '#C05F96'

red 192 ◦ green 95 ◦ blue 150

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

Shades of Mulberry #C05F96

Tints of Mulberry #C05F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.32%

R = 43.94%
G = 21.74%
B = 34.32%

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

#C05F96 (or 0xC05F96) is known color: Mulberry. HEX triplet: C0, 5F and 96. RGB value is (192,95,150). Sum of RGB (Red+Green+Blue) = 192+95+150=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F96 is #3FA069. Grayscale: #828282. Windows color (decimal): -4169834 or 9854912. OLE color: 9854912.

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

Color convert

RGB 192 95 150 -
CMYK 0 0.51 0.22 0.25
HSL 325.98º 0.43% 0.56% -
HSV(B) 325.98º 0.51% 0.75% -
XYZ 31.34 21.59 31.37 -
YUV 130.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 192 95 150 0 0.51 0.22 0.25 325.98 0.43 0.56
Hex C0 5F 96 0 33 16 19 146 2B 38
Octal 300 137 226 0 63 26 31 506 53 70
Binary 11000000 1011111 10010110 0 110011 10110 11001 101000110 101011 111000

Color Harmonies of #C05F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F96

Black with #C05F96

Text Example


Text Example

White with #C05F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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