Html Css Color HEX #C55083 Mulberry

📋 copy color: '#C55083'

red 197 ◦ green 80 ◦ blue 131

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

Shades of Mulberry #C55083

Tints of Mulberry #C55083

RGB

 RED value IS 197 (77.34% from 255) = 48.28%

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

 BLUE value IS 131 (51.56% from 255) = 32.11%

R = 48.28%
G = 19.61%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C55083 (or 0xC55083) is known color: Mulberry. HEX triplet: C5, 50 and 83. RGB value is (197,80,131). Sum of RGB (Red+Green+Blue) = 197+80+131=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C55083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55083 is #3AAF7C. Grayscale: #787878. Windows color (decimal): -3846013 or 8605893. OLE color: 8605893.

HSL color Cylindrical-coordinate representation of color #C55083: hue angle of 333.85º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55083 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 131 -
CMYK 0 0.59 0.34 0.23
HSL 333.85º 0.5% 0.54% -
HSV(B) 333.85º 0.59% 0.77% -
XYZ 29.99 19.25 23.61 -
YUV 120.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 197 80 131 0 0.59 0.34 0.23 333.85 0.5 0.54
Hex C5 50 83 0 3B 22 17 14E 32 36
Octal 305 120 203 0 73 42 27 516 62 66
Binary 11000101 1010000 10000011 0 111011 100010 10111 101001110 110010 110110

Color Harmonies of #C55083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55083

Black with #C55083

Text Example


Text Example

White with #C55083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55083; }

 p { color: rgb(197,80,131); }

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

background-color css

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

 a { background-color: rgb(197,80,131); }

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

border-color css

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

 span { border-color: rgb(197,80,131); }

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