Html Css Color HEX #C5427E Mulberry

📋 copy color: '#C5427E'

red 197 ◦ green 66 ◦ blue 126

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

Shades of Mulberry #C5427E

Tints of Mulberry #C5427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 50.64%
G = 16.97%
B = 32.39%

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

#C5427E (or 0xC5427E) is known color: Mulberry. HEX triplet: C5, 42 and 7E. RGB value is (197,66,126). Sum of RGB (Red+Green+Blue) = 197+66+126=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5427E is #3ABD81. Grayscale: #6F6F6F. Windows color (decimal): -3849602 or 8274629. OLE color: 8274629.

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

Color convert

RGB 197 66 126 -
CMYK 0 0.66 0.36 0.23
HSL 332.52º 0.53% 0.52% -
HSV(B) 332.52º 0.66% 0.77% -
XYZ 28.74 17.27 21.56 -
YUV 112.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 197 66 126 0 0.66 0.36 0.23 332.52 0.53 0.52
Hex C5 42 7E 0 42 24 17 14D 35 34
Octal 305 102 176 0 102 44 27 515 65 64
Binary 11000101 1000010 1111110 0 1000010 100100 10111 101001101 110101 110100

Color Harmonies of #C5427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5427E

Black with #C5427E

Text Example


Text Example

White with #C5427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5427E; }

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

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

background-color css

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

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

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

border-color css

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

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

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