Html Css Color HEX #C55084 Mulberry

📋 copy color: '#C55084'

red 197 ◦ green 80 ◦ blue 132

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

Shades of Mulberry #C55084

Tints of Mulberry #C55084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.27%

R = 48.17%
G = 19.56%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C55084 (or 0xC55084) is known color: Mulberry. HEX triplet: C5, 50 and 84. RGB value is (197,80,132). Sum of RGB (Red+Green+Blue) = 197+80+132=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C55084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55084 is #3AAF7B. Grayscale: #787878. Windows color (decimal): -3846012 or 8671429. OLE color: 8671429.

HSL color Cylindrical-coordinate representation of color #C55084: hue angle of 333.33º 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 #C55084 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 132 -
CMYK 0 0.59 0.33 0.23
HSL 333.33º 0.5% 0.54% -
HSV(B) 333.33º 0.59% 0.77% -
XYZ 30.06 19.27 23.97 -
YUV 120.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 197 80 132 0 0.59 0.33 0.23 333.33 0.5 0.54
Hex C5 50 84 0 3B 21 17 14D 32 36
Octal 305 120 204 0 73 41 27 515 62 66
Binary 11000101 1010000 10000100 0 111011 100001 10111 101001101 110010 110110

Color Harmonies of #C55084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55084

Black with #C55084

Text Example


Text Example

White with #C55084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55084; }

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

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

background-color css

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

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

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

border-color css

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

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

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