Html Css Color HEX #C5428A Mulberry

📋 copy color: '#C5428A'

red 197 ◦ green 66 ◦ blue 138

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

Shades of Mulberry #C5428A

Tints of Mulberry #C5428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 49.13%
G = 16.46%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5428A (or 0xC5428A) is known color: Mulberry. HEX triplet: C5, 42 and 8A. RGB value is (197,66,138). Sum of RGB (Red+Green+Blue) = 197+66+138=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5428A is #3ABD75. Grayscale: #717171. Windows color (decimal): -3849590 or 9061061. OLE color: 9061061.

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

Color convert

RGB 197 66 138 -
CMYK 0 0.66 0.30 0.23
HSL 327.02º 0.53% 0.52% -
HSV(B) 327.02º 0.66% 0.77% -
XYZ 29.56 17.6 25.88 -
YUV 113.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 197 66 138 0 0.66 0.30 0.23 327.02 0.53 0.52
Hex C5 42 8A 0 42 1E 17 147 35 34
Octal 305 102 212 0 102 36 27 507 65 64
Binary 11000101 1000010 10001010 0 1000010 11110 10111 101000111 110101 110100

Color Harmonies of #C5428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5428A

Black with #C5428A

Text Example


Text Example

White with #C5428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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