Html Css Color HEX #C55C8C Mulberry

📋 copy color: '#C55C8C'

red 197 ◦ green 92 ◦ blue 140

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

Shades of Mulberry #C55C8C

Tints of Mulberry #C55C8C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.45%

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

R = 45.92%
G = 21.45%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C55C8C (or 0xC55C8C) is known color: Mulberry. HEX triplet: C5, 5C and 8C. RGB value is (197,92,140). Sum of RGB (Red+Green+Blue) = 197+92+140=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55C8C is #3AA373. Grayscale: #808080. Windows color (decimal): -3842932 or 9198789. OLE color: 9198789.

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

Color convert

RGB 197 92 140 -
CMYK 0 0.53 0.29 0.23
HSL 332.57º 0.48% 0.57% -
HSV(B) 332.57º 0.53% 0.77% -
XYZ 31.59 21.42 27.28 -
YUV 128.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 197 92 140 0 0.53 0.29 0.23 332.57 0.48 0.57
Hex C5 5C 8C 0 35 1D 17 14D 30 39
Octal 305 134 214 0 65 35 27 515 60 71
Binary 11000101 1011100 10001100 0 110101 11101 10111 101001101 110000 111001

Color Harmonies of #C55C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C8C

Black with #C55C8C

Text Example


Text Example

White with #C55C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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