Html Css Color HEX #C05F9B Mulberry

📋 copy color: '#C05F9B'

red 192 ◦ green 95 ◦ blue 155

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

Shades of Mulberry #C05F9B

Tints of Mulberry #C05F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.07%

R = 43.44%
G = 21.49%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C05F9B (or 0xC05F9B) is known color: Mulberry. HEX triplet: C0, 5F and 9B. RGB value is (192,95,155). Sum of RGB (Red+Green+Blue) = 192+95+155=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F9B is #3FA064. Grayscale: #828282. Windows color (decimal): -4169829 or 10182592. OLE color: 10182592.

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

Color convert

RGB 192 95 155 -
CMYK 0 0.51 0.19 0.25
HSL 322.89º 0.43% 0.56% -
HSV(B) 322.89º 0.51% 0.75% -
XYZ 31.75 21.76 33.54 -
YUV 130.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 192 95 155 0 0.51 0.19 0.25 322.89 0.43 0.56
Hex C0 5F 9B 0 33 13 19 143 2B 38
Octal 300 137 233 0 63 23 31 503 53 70
Binary 11000000 1011111 10011011 0 110011 10011 11001 101000011 101011 111000

Color Harmonies of #C05F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F9B

Black with #C05F9B

Text Example


Text Example

White with #C05F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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