Html Css Color HEX #C14680 Mulberry

📋 copy color: '#C14680'

red 193 ◦ green 70 ◦ blue 128

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

Shades of Mulberry #C14680

Tints of Mulberry #C14680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.9%

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 49.36%
G = 17.9%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C14680 (or 0xC14680) is known color: Mulberry. HEX triplet: C1, 46 and 80. RGB value is (193,70,128). Sum of RGB (Red+Green+Blue) = 193+70+128=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C14680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14680 is #3EB97F. Grayscale: #717171. Windows color (decimal): -4110720 or 8406721. OLE color: 8406721.

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

Color convert

RGB 193 70 128 -
CMYK 0 0.64 0.34 0.24
HSL 331.71º 0.5% 0.52% -
HSV(B) 331.71º 0.64% 0.76% -
XYZ 28.08 17.28 22.28 -
YUV 113.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 193 70 128 0 0.64 0.34 0.24 331.71 0.5 0.52
Hex C1 46 80 0 40 22 18 14C 32 34
Octal 301 106 200 0 100 42 30 514 62 64
Binary 11000001 1000110 10000000 0 1000000 100010 11000 101001100 110010 110100

Color Harmonies of #C14680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14680

Black with #C14680

Text Example


Text Example

White with #C14680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14680; }

 p { color: rgb(193,70,128); }

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

background-color css

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

 a { background-color: rgb(193,70,128); }

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

border-color css

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

 span { border-color: rgb(193,70,128); }

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