Html Css Color HEX #C55696 Mulberry

📋 copy color: '#C55696'

red 197 ◦ green 86 ◦ blue 150

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

Shades of Mulberry #C55696

Tints of Mulberry #C55696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 45.5%
G = 19.86%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C55696 (or 0xC55696) is known color: Mulberry. HEX triplet: C5, 56 and 96. RGB value is (197,86,150). Sum of RGB (Red+Green+Blue) = 197+86+150=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C55696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55696 is #3AA969. Grayscale: #7E7E7E. Windows color (decimal): -3844458 or 9852613. OLE color: 9852613.

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

Color convert

RGB 197 86 150 -
CMYK 0 0.56 0.24 0.23
HSL 325.41º 0.49% 0.55% -
HSV(B) 325.41º 0.56% 0.77% -
XYZ 31.86 20.73 31.18 -
YUV 126.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 197 86 150 0 0.56 0.24 0.23 325.41 0.49 0.55
Hex C5 56 96 0 38 18 17 145 31 37
Octal 305 126 226 0 70 30 27 505 61 67
Binary 11000101 1010110 10010110 0 111000 11000 10111 101000101 110001 110111

Color Harmonies of #C55696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55696

Black with #C55696

Text Example


Text Example

White with #C55696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55696; }

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

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

background-color css

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

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

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

border-color css

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

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

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