Html Css Color HEX #C14695 Mulberry

📋 copy color: '#C14695'

red 193 ◦ green 70 ◦ blue 149

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

Shades of Mulberry #C14695

Tints of Mulberry #C14695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 46.84%
G = 16.99%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C14695 (or 0xC14695) is known color: Mulberry. HEX triplet: C1, 46 and 95. RGB value is (193,70,149). Sum of RGB (Red+Green+Blue) = 193+70+149=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C14695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14695 is #3EB96A. Grayscale: #737373. Windows color (decimal): -4110699 or 9782977. OLE color: 9782977.

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

Color convert

RGB 193 70 149 -
CMYK 0 0.64 0.23 0.24
HSL 321.46º 0.5% 0.52% -
HSV(B) 321.46º 0.64% 0.76% -
XYZ 29.61 17.89 30.33 -
YUV 115.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 193 70 149 0 0.64 0.23 0.24 321.46 0.5 0.52
Hex C1 46 95 0 40 17 18 141 32 34
Octal 301 106 225 0 100 27 30 501 62 64
Binary 11000001 1000110 10010101 0 1000000 10111 11000 101000001 110010 110100

Color Harmonies of #C14695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14695

Black with #C14695

Text Example


Text Example

White with #C14695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14695; }

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

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

background-color css

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

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

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

border-color css

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

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

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