Html Css Color HEX #C5427F Mulberry

📋 copy color: '#C5427F'

red 197 ◦ green 66 ◦ blue 127

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

Shades of Mulberry #C5427F

Tints of Mulberry #C5427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 50.51%
G = 16.92%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5427F (or 0xC5427F) is known color: Mulberry. HEX triplet: C5, 42 and 7F. RGB value is (197,66,127). Sum of RGB (Red+Green+Blue) = 197+66+127=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5427F is #3ABD80. Grayscale: #707070. Windows color (decimal): -3849601 or 8340165. OLE color: 8340165.

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

Color convert

RGB 197 66 127 -
CMYK 0 0.66 0.36 0.23
HSL 332.06º 0.53% 0.52% -
HSV(B) 332.06º 0.66% 0.77% -
XYZ 28.8 17.3 21.9 -
YUV 112.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 197 66 127 0 0.66 0.36 0.23 332.06 0.53 0.52
Hex C5 42 7F 0 42 24 17 14C 35 34
Octal 305 102 177 0 102 44 27 514 65 64
Binary 11000101 1000010 1111111 0 1000010 100100 10111 101001100 110101 110100

Color Harmonies of #C5427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5427F

Black with #C5427F

Text Example


Text Example

White with #C5427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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