Html Css Color HEX #C55BA4 Mulberry

📋 copy color: '#C55BA4'

red 197 ◦ green 91 ◦ blue 164

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

Shades of Mulberry #C55BA4

Tints of Mulberry #C55BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.28%

R = 43.58%
G = 20.13%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C55BA4 (or 0xC55BA4) is known color: Mulberry. HEX triplet: C5, 5B and A4. RGB value is (197,91,164). Sum of RGB (Red+Green+Blue) = 197+91+164=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BA4 is #3AA45B. Grayscale: #828282. Windows color (decimal): -3843164 or 10771397. OLE color: 10771397.

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

Color convert

RGB 197 91 164 -
CMYK 0 0.54 0.17 0.23
HSL 318.68º 0.48% 0.56% -
HSV(B) 318.68º 0.54% 0.77% -
XYZ 33.47 22.03 37.61 -
YUV 131.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 197 91 164 0 0.54 0.17 0.23 318.68 0.48 0.56
Hex C5 5B A4 0 36 11 17 13F 30 38
Octal 305 133 244 0 66 21 27 477 60 70
Binary 11000101 1011011 10100100 0 110110 10001 10111 100111111 110000 111000

Color Harmonies of #C55BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BA4

Black with #C55BA4

Text Example


Text Example

White with #C55BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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