Html Css Color HEX #C55492 Mulberry

📋 copy color: '#C55492'

red 197 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #C55492

Tints of Mulberry #C55492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

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

R = 46.14%
G = 19.67%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C55492 (or 0xC55492) is known color: Mulberry. HEX triplet: C5, 54 and 92. RGB value is (197,84,146). Sum of RGB (Red+Green+Blue) = 197+84+146=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C55492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55492 is #3AAB6D. Grayscale: #7C7C7C. Windows color (decimal): -3844974 or 9589957. OLE color: 9589957.

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

Color convert

RGB 197 84 146 -
CMYK 0 0.57 0.26 0.23
HSL 327.08º 0.49% 0.55% -
HSV(B) 327.08º 0.57% 0.77% -
XYZ 31.38 20.29 29.46 -
YUV 124.86 139.94 179.46 -
System Red Green Blue C M Y K H S L
Decimal 197 84 146 0 0.57 0.26 0.23 327.08 0.49 0.55
Hex C5 54 92 0 39 1A 17 147 31 37
Octal 305 124 222 0 71 32 27 507 61 67
Binary 11000101 1010100 10010010 0 111001 11010 10111 101000111 110001 110111

Color Harmonies of #C55492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55492

Black with #C55492

Text Example


Text Example

White with #C55492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55492; }

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

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

background-color css

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

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

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

border-color css

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

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

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