Html Css Color HEX #C5429C Mulberry

📋 copy color: '#C5429C'

red 197 ◦ green 66 ◦ blue 156

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

Shades of Mulberry #C5429C

Tints of Mulberry #C5429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 47.02%
G = 15.75%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5429C (or 0xC5429C) is known color: Mulberry. HEX triplet: C5, 42 and 9C. RGB value is (197,66,156). Sum of RGB (Red+Green+Blue) = 197+66+156=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5429C is #3ABD63. Grayscale: #737373. Windows color (decimal): -3849572 or 10240709. OLE color: 10240709.

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

Color convert

RGB 197 66 156 -
CMYK 0 0.66 0.21 0.23
HSL 318.78º 0.53% 0.52% -
HSV(B) 318.78º 0.66% 0.77% -
XYZ 30.97 18.17 33.33 -
YUV 115.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 197 66 156 0 0.66 0.21 0.23 318.78 0.53 0.52
Hex C5 42 9C 0 42 15 17 13F 35 34
Octal 305 102 234 0 102 25 27 477 65 64
Binary 11000101 1000010 10011100 0 1000010 10101 10111 100111111 110101 110100

Color Harmonies of #C5429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5429C

Black with #C5429C

Text Example


Text Example

White with #C5429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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