Html Css Color HEX #C55682 Mulberry

📋 copy color: '#C55682'

red 197 ◦ green 86 ◦ blue 130

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

Shades of Mulberry #C55682

Tints of Mulberry #C55682

RGB

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

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

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

R = 47.7%
G = 20.82%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C55682 (or 0xC55682) is known color: Mulberry. HEX triplet: C5, 56 and 82. RGB value is (197,86,130). Sum of RGB (Red+Green+Blue) = 197+86+130=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C55682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55682 is #3AA97D. Grayscale: #7C7C7C. Windows color (decimal): -3844478 or 8541893. OLE color: 8541893.

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

Color convert

RGB 197 86 130 -
CMYK 0 0.56 0.34 0.23
HSL 336.22º 0.49% 0.55% -
HSV(B) 336.22º 0.56% 0.77% -
XYZ 30.38 20.14 23.4 -
YUV 124.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 197 86 130 0 0.56 0.34 0.23 336.22 0.49 0.55
Hex C5 56 82 0 38 22 17 150 31 37
Octal 305 126 202 0 70 42 27 520 61 67
Binary 11000101 1010110 10000010 0 111000 100010 10111 101010000 110001 110111

Color Harmonies of #C55682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55682

Black with #C55682

Text Example


Text Example

White with #C55682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55682; }

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

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

background-color css

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

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

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

border-color css

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

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

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