Html Css Color HEX #C55192 Mulberry

📋 copy color: '#C55192'

red 197 ◦ green 81 ◦ blue 146

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

Shades of Mulberry #C55192

Tints of Mulberry #C55192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.1%

 BLUE value IS 146 (57.42% from 255) = 34.43%

R = 46.46%
G = 19.1%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C55192 (or 0xC55192) is known color: Mulberry. HEX triplet: C5, 51 and 92. RGB value is (197,81,146). Sum of RGB (Red+Green+Blue) = 197+81+146=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C55192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55192 is #3AAE6D. Grayscale: #7A7A7A. Windows color (decimal): -3845742 or 9589189. OLE color: 9589189.

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

Color convert

RGB 197 81 146 -
CMYK 0 0.59 0.26 0.23
HSL 326.38º 0.5% 0.55% -
HSV(B) 326.38º 0.59% 0.77% -
XYZ 31.16 19.83 29.38 -
YUV 123.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 197 81 146 0 0.59 0.26 0.23 326.38 0.5 0.55
Hex C5 51 92 0 3B 1A 17 146 32 37
Octal 305 121 222 0 73 32 27 506 62 67
Binary 11000101 1010001 10010010 0 111011 11010 10111 101000110 110010 110111

Color Harmonies of #C55192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55192

Black with #C55192

Text Example


Text Example

White with #C55192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55192; }

 p { color: rgb(197,81,146); }

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

background-color css

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

 a { background-color: rgb(197,81,146); }

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

border-color css

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

 span { border-color: rgb(197,81,146); }

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