Html Css Color HEX #C55882 Mulberry

📋 copy color: '#C55882'

red 197 ◦ green 88 ◦ blue 130

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

Shades of Mulberry #C55882

Tints of Mulberry #C55882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.2%

 BLUE value IS 130 (51.17% from 255) = 31.33%

R = 47.47%
G = 21.2%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C55882 (or 0xC55882) is known color: Mulberry. HEX triplet: C5, 58 and 82. RGB value is (197,88,130). Sum of RGB (Red+Green+Blue) = 197+88+130=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C55882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55882 is #3AA77D. Grayscale: #7D7D7D. Windows color (decimal): -3843966 or 8542405. OLE color: 8542405.

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

Color convert

RGB 197 88 130 -
CMYK 0 0.55 0.34 0.23
HSL 336.88º 0.48% 0.56% -
HSV(B) 336.88º 0.55% 0.77% -
XYZ 30.54 20.46 23.46 -
YUV 125.38 130.61 179.08 -
System Red Green Blue C M Y K H S L
Decimal 197 88 130 0 0.55 0.34 0.23 336.88 0.48 0.56
Hex C5 58 82 0 37 22 17 151 30 38
Octal 305 130 202 0 67 42 27 521 60 70
Binary 11000101 1011000 10000010 0 110111 100010 10111 101010001 110000 111000

Color Harmonies of #C55882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55882

Black with #C55882

Text Example


Text Example

White with #C55882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55882; }

 p { color: rgb(197,88,130); }

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

background-color css

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

 a { background-color: rgb(197,88,130); }

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

border-color css

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

 span { border-color: rgb(197,88,130); }

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