Html Css Color HEX #C55A8C Mulberry

📋 copy color: '#C55A8C'

red 197 ◦ green 90 ◦ blue 140

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

Shades of Mulberry #C55A8C

Tints of Mulberry #C55A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.08%

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 46.14%
G = 21.08%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C55A8C (or 0xC55A8C) is known color: Mulberry. HEX triplet: C5, 5A and 8C. RGB value is (197,90,140). Sum of RGB (Red+Green+Blue) = 197+90+140=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A8C is #3AA573. Grayscale: #7F7F7F. Windows color (decimal): -3843444 or 9198277. OLE color: 9198277.

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

Color convert

RGB 197 90 140 -
CMYK 0 0.54 0.29 0.23
HSL 331.96º 0.48% 0.56% -
HSV(B) 331.96º 0.54% 0.77% -
XYZ 31.42 21.08 27.22 -
YUV 127.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 197 90 140 0 0.54 0.29 0.23 331.96 0.48 0.56
Hex C5 5A 8C 0 36 1D 17 14C 30 38
Octal 305 132 214 0 66 35 27 514 60 70
Binary 11000101 1011010 10001100 0 110110 11101 10111 101001100 110000 111000

Color Harmonies of #C55A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A8C

Black with #C55A8C

Text Example


Text Example

White with #C55A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A8C; }

 p { color: rgb(197,90,140); }

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

background-color css

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

 a { background-color: rgb(197,90,140); }

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

border-color css

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

 span { border-color: rgb(197,90,140); }

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