Html Css Color HEX #C755A0 Mulberry

📋 copy color: '#C755A0'

red 199 ◦ green 85 ◦ blue 160

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

Shades of Mulberry #C755A0

Tints of Mulberry #C755A0

RGB

 RED value IS 199 (78.13% from 255) = 44.82%

 GREEN value IS 85 (33.59% from 255) = 19.14%

 BLUE value IS 160 (62.89% from 255) = 36.04%

R = 44.82%
G = 19.14%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C755A0 (or 0xC755A0) is known color: Mulberry. HEX triplet: C7, 55 and A0. RGB value is (199,85,160). Sum of RGB (Red+Green+Blue) = 199+85+160=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C755A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C755A0 is #38AA5F. Grayscale: #7F7F7F. Windows color (decimal): -3713632 or 10507719. OLE color: 10507719.

HSL color Cylindrical-coordinate representation of color #C755A0: hue angle of 320.53º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C755A0 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 160 -
CMYK 0 0.57 0.20 0.22
HSL 320.53º 0.5% 0.56% -
HSV(B) 320.53º 0.57% 0.78% -
XYZ 33.15 21.18 35.6 -
YUV 127.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 199 85 160 0 0.57 0.20 0.22 320.53 0.5 0.56
Hex C7 55 A0 0 39 14 16 141 32 38
Octal 307 125 240 0 71 24 26 501 62 70
Binary 11000111 1010101 10100000 0 111001 10100 10110 101000001 110010 111000

Color Harmonies of #C755A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755A0

Black with #C755A0

Text Example


Text Example

White with #C755A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755A0; }

 p { color: rgb(199,85,160); }

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

background-color css

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

 a { background-color: rgb(199,85,160); }

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

border-color css

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

 span { border-color: rgb(199,85,160); }

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