Html Css Color HEX #C14586 Mulberry

📋 copy color: '#C14586'

red 193 ◦ green 69 ◦ blue 134

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

Shades of Mulberry #C14586

Tints of Mulberry #C14586

RGB

 RED value IS 193 (75.78% from 255) = 48.74%

 GREEN value IS 69 (27.34% from 255) = 17.42%

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

R = 48.74%
G = 17.42%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C14586 (or 0xC14586) is known color: Mulberry. HEX triplet: C1, 45 and 86. RGB value is (193,69,134). Sum of RGB (Red+Green+Blue) = 193+69+134=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C14586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14586 is #3EBA79. Grayscale: #717171. Windows color (decimal): -4110970 or 8799681. OLE color: 8799681.

HSL color Cylindrical-coordinate representation of color #C14586: hue angle of 328.55º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14586 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 69 134 -
CMYK 0 0.64 0.31 0.24
HSL 328.55º 0.5% 0.51% -
HSV(B) 328.55º 0.64% 0.76% -
XYZ 28.42 17.31 24.4 -
YUV 113.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 193 69 134 0 0.64 0.31 0.24 328.55 0.5 0.51
Hex C1 45 86 0 40 1F 18 149 32 33
Octal 301 105 206 0 100 37 30 511 62 63
Binary 11000001 1000101 10000110 0 1000000 11111 11000 101001001 110010 110011

Color Harmonies of #C14586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14586

Black with #C14586

Text Example


Text Example

White with #C14586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14586; }

 p { color: rgb(193,69,134); }

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

background-color css

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

 a { background-color: rgb(193,69,134); }

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

border-color css

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

 span { border-color: rgb(193,69,134); }

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