Html Css Color HEX #C05089 Mulberry

📋 copy color: '#C05089'

red 192 ◦ green 80 ◦ blue 137

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

Shades of Mulberry #C05089

Tints of Mulberry #C05089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.56%

 BLUE value IS 137 (53.91% from 255) = 33.5%

R = 46.94%
G = 19.56%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C05089 (or 0xC05089) is known color: Mulberry. HEX triplet: C0, 50 and 89. RGB value is (192,80,137). Sum of RGB (Red+Green+Blue) = 192+80+137=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C05089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05089 is #3FAF76. Grayscale: #777777. Windows color (decimal): -4173687 or 8999104. OLE color: 8999104.

HSL color Cylindrical-coordinate representation of color #C05089: hue angle of 329.46º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05089 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 137 -
CMYK 0 0.58 0.29 0.25
HSL 329.46º 0.47% 0.53% -
HSV(B) 329.46º 0.58% 0.75% -
XYZ 29.12 18.75 25.75 -
YUV 119.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 192 80 137 0 0.58 0.29 0.25 329.46 0.47 0.53
Hex C0 50 89 0 3A 1D 19 149 2F 35
Octal 300 120 211 0 72 35 31 511 57 65
Binary 11000000 1010000 10001001 0 111010 11101 11001 101001001 101111 110101

Color Harmonies of #C05089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05089

Black with #C05089

Text Example


Text Example

White with #C05089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05089; }

 p { color: rgb(192,80,137); }

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

background-color css

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

 a { background-color: rgb(192,80,137); }

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

border-color css

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

 span { border-color: rgb(192,80,137); }

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