Html Css Color HEX #C14096 Mulberry

📋 copy color: '#C14096'

red 193 ◦ green 64 ◦ blue 150

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

Shades of Mulberry #C14096

Tints of Mulberry #C14096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

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

R = 47.42%
G = 15.72%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C14096 (or 0xC14096) is known color: Mulberry. HEX triplet: C1, 40 and 96. RGB value is (193,64,150). Sum of RGB (Red+Green+Blue) = 193+64+150=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C14096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14096 is #3EBF69. Grayscale: #707070. Windows color (decimal): -4112234 or 9846977. OLE color: 9846977.

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

Color convert

RGB 193 64 150 -
CMYK 0 0.67 0.22 0.24
HSL 320º 0.51% 0.5% -
HSV(B) 320º 0.67% 0.76% -
XYZ 29.33 17.21 30.63 -
YUV 112.38 149.24 185.51 -
System Red Green Blue C M Y K H S L
Decimal 193 64 150 0 0.67 0.22 0.24 320 0.51 0.5
Hex C1 40 96 0 43 16 18 140 33 32
Octal 301 100 226 0 103 26 30 500 63 62
Binary 11000001 1000000 10010110 0 1000011 10110 11000 101000000 110011 110010

Color Harmonies of #C14096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14096

Black with #C14096

Text Example


Text Example

White with #C14096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14096; }

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

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

background-color css

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

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

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

border-color css

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

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

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