Html Css Color HEX #C05690 Mulberry

📋 copy color: '#C05690'

red 192 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #C05690

Tints of Mulberry #C05690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.38%

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

R = 45.5%
G = 20.38%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C05690 (or 0xC05690) is known color: Mulberry. HEX triplet: C0, 56 and 90. RGB value is (192,86,144). Sum of RGB (Red+Green+Blue) = 192+86+144=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C05690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05690 is #3FA96F. Grayscale: #7C7C7C. Windows color (decimal): -4172144 or 9459392. OLE color: 9459392.

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

Color convert

RGB 192 86 144 -
CMYK 0 0.55 0.25 0.25
HSL 327.17º 0.46% 0.55% -
HSV(B) 327.17º 0.55% 0.75% -
XYZ 30.1 19.88 28.64 -
YUV 124.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 192 86 144 0 0.55 0.25 0.25 327.17 0.46 0.55
Hex C0 56 90 0 37 19 19 147 2E 37
Octal 300 126 220 0 67 31 31 507 56 67
Binary 11000000 1010110 10010000 0 110111 11001 11001 101000111 101110 110111

Color Harmonies of #C05690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05690

Black with #C05690

Text Example


Text Example

White with #C05690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05690; }

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

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

background-color css

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

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

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

border-color css

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

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

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