Html Css Color HEX #C54286 Mulberry

📋 copy color: '#C54286'

red 197 ◦ green 66 ◦ blue 134

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

Shades of Mulberry #C54286

Tints of Mulberry #C54286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.75%

R = 49.62%
G = 16.62%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C54286 (or 0xC54286) is known color: Mulberry. HEX triplet: C5, 42 and 86. RGB value is (197,66,134). Sum of RGB (Red+Green+Blue) = 197+66+134=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C54286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54286 is #3ABD79. Grayscale: #707070. Windows color (decimal): -3849594 or 8798917. OLE color: 8798917.

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

Color convert

RGB 197 66 134 -
CMYK 0 0.66 0.32 0.23
HSL 328.85º 0.53% 0.52% -
HSV(B) 328.85º 0.66% 0.77% -
XYZ 29.28 17.49 24.39 -
YUV 112.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 197 66 134 0 0.66 0.32 0.23 328.85 0.53 0.52
Hex C5 42 86 0 42 20 17 149 35 34
Octal 305 102 206 0 102 40 27 511 65 64
Binary 11000101 1000010 10000110 0 1000010 100000 10111 101001001 110101 110100

Color Harmonies of #C54286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54286

Black with #C54286

Text Example


Text Example

White with #C54286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54286; }

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

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

background-color css

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

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

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

border-color css

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

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

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