Html Css Color HEX #C14C89 Mulberry

📋 copy color: '#C14C89'

red 193 ◦ green 76 ◦ blue 137

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

Shades of Mulberry #C14C89

Tints of Mulberry #C14C89

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.72%

 BLUE value IS 137 (53.91% from 255) = 33.74%

R = 47.54%
G = 18.72%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C14C89 (or 0xC14C89) is known color: Mulberry. HEX triplet: C1, 4C and 89. RGB value is (193,76,137). Sum of RGB (Red+Green+Blue) = 193+76+137=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C89 is #3EB376. Grayscale: #757575. Windows color (decimal): -4109175 or 8998081. OLE color: 8998081.

HSL color Cylindrical-coordinate representation of color #C14C89: hue angle of 328.72º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14C89 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 76 137 -
CMYK 0 0.61 0.29 0.24
HSL 328.72º 0.49% 0.53% -
HSV(B) 328.72º 0.61% 0.76% -
XYZ 29.09 18.31 25.67 -
YUV 117.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 193 76 137 0 0.61 0.29 0.24 328.72 0.49 0.53
Hex C1 4C 89 0 3D 1D 18 149 31 35
Octal 301 114 211 0 75 35 30 511 61 65
Binary 11000001 1001100 10001001 0 111101 11101 11000 101001001 110001 110101

Color Harmonies of #C14C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C89

Black with #C14C89

Text Example


Text Example

White with #C14C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C89; }

 p { color: rgb(193,76,137); }

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

background-color css

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

 a { background-color: rgb(193,76,137); }

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

border-color css

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

 span { border-color: rgb(193,76,137); }

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