Html Css Color HEX #C5427C Mulberry

📋 copy color: '#C5427C'

red 197 ◦ green 66 ◦ blue 124

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

Shades of Mulberry #C5427C

Tints of Mulberry #C5427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.05%

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 50.9%
G = 17.05%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5427C (or 0xC5427C) is known color: Mulberry. HEX triplet: C5, 42 and 7C. RGB value is (197,66,124). Sum of RGB (Red+Green+Blue) = 197+66+124=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5427C is #3ABD83. Grayscale: #6F6F6F. Windows color (decimal): -3849604 or 8143557. OLE color: 8143557.

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

Color convert

RGB 197 66 124 -
CMYK 0 0.66 0.37 0.23
HSL 333.44º 0.53% 0.52% -
HSV(B) 333.44º 0.66% 0.77% -
XYZ 28.61 17.22 20.88 -
YUV 111.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 197 66 124 0 0.66 0.37 0.23 333.44 0.53 0.52
Hex C5 42 7C 0 42 25 17 14D 35 34
Octal 305 102 174 0 102 45 27 515 65 64
Binary 11000101 1000010 1111100 0 1000010 100101 10111 101001101 110101 110100

Color Harmonies of #C5427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5427C

Black with #C5427C

Text Example


Text Example

White with #C5427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5427C; }

 p { color: rgb(197,66,124); }

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

background-color css

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

 a { background-color: rgb(197,66,124); }

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

border-color css

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

 span { border-color: rgb(197,66,124); }

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