Html Css Color HEX #C14896 Mulberry

📋 copy color: '#C14896'

red 193 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #C14896

Tints of Mulberry #C14896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.35%

 BLUE value IS 150 (58.98% from 255) = 36.14%

R = 46.51%
G = 17.35%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C14896 (or 0xC14896) is known color: Mulberry. HEX triplet: C1, 48 and 96. RGB value is (193,72,150). Sum of RGB (Red+Green+Blue) = 193+72+150=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C14896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14896 is #3EB769. Grayscale: #747474. Windows color (decimal): -4110186 or 9849025. OLE color: 9849025.

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

Color convert

RGB 193 72 150 -
CMYK 0 0.63 0.22 0.24
HSL 321.32º 0.49% 0.52% -
HSV(B) 321.32º 0.63% 0.76% -
XYZ 29.81 18.17 30.79 -
YUV 117.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 193 72 150 0 0.63 0.22 0.24 321.32 0.49 0.52
Hex C1 48 96 0 3F 16 18 141 31 34
Octal 301 110 226 0 77 26 30 501 61 64
Binary 11000001 1001000 10010110 0 111111 10110 11000 101000001 110001 110100

Color Harmonies of #C14896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14896

Black with #C14896

Text Example


Text Example

White with #C14896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14896; }

 p { color: rgb(193,72,150); }

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

background-color css

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

 a { background-color: rgb(193,72,150); }

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

border-color css

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

 span { border-color: rgb(193,72,150); }

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