Html Css Color HEX #C55BA2 Mulberry

📋 copy color: '#C55BA2'

red 197 ◦ green 91 ◦ blue 162

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

Shades of Mulberry #C55BA2

Tints of Mulberry #C55BA2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.22%

 BLUE value IS 162 (63.67% from 255) = 36%

R = 43.78%
G = 20.22%
B = 36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C55BA2 (or 0xC55BA2) is known color: Mulberry. HEX triplet: C5, 5B and A2. RGB value is (197,91,162). Sum of RGB (Red+Green+Blue) = 197+91+162=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BA2 is #3AA45D. Grayscale: #828282. Windows color (decimal): -3843166 or 10640325. OLE color: 10640325.

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

Color convert

RGB 197 91 162 -
CMYK 0 0.54 0.18 0.23
HSL 319.81º 0.48% 0.56% -
HSV(B) 319.81º 0.54% 0.77% -
XYZ 33.29 21.96 36.67 -
YUV 130.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 197 91 162 0 0.54 0.18 0.23 319.81 0.48 0.56
Hex C5 5B A2 0 36 12 17 140 30 38
Octal 305 133 242 0 66 22 27 500 60 70
Binary 11000101 1011011 10100010 0 110110 10010 10111 101000000 110000 111000

Color Harmonies of #C55BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BA2

Black with #C55BA2

Text Example


Text Example

White with #C55BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BA2; }

 p { color: rgb(197,91,162); }

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

background-color css

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

 a { background-color: rgb(197,91,162); }

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

border-color css

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

 span { border-color: rgb(197,91,162); }

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