Html Css Color HEX #C14092 Mulberry

📋 copy color: '#C14092'

red 193 ◦ green 64 ◦ blue 146

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

Shades of Mulberry #C14092

Tints of Mulberry #C14092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 47.89%
G = 15.88%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C14092 (or 0xC14092) is known color: Mulberry. HEX triplet: C1, 40 and 92. RGB value is (193,64,146). Sum of RGB (Red+Green+Blue) = 193+64+146=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C14092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14092 is #3EBF6D. Grayscale: #6F6F6F. Windows color (decimal): -4112238 or 9584833. OLE color: 9584833.

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

Color convert

RGB 193 64 146 -
CMYK 0 0.67 0.24 0.24
HSL 321.86º 0.51% 0.5% -
HSV(B) 321.86º 0.67% 0.76% -
XYZ 29.01 17.08 28.96 -
YUV 111.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 193 64 146 0 0.67 0.24 0.24 321.86 0.51 0.5
Hex C1 40 92 0 43 18 18 142 33 32
Octal 301 100 222 0 103 30 30 502 63 62
Binary 11000001 1000000 10010010 0 1000011 11000 11000 101000010 110011 110010

Color Harmonies of #C14092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14092

Black with #C14092

Text Example


Text Example

White with #C14092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14092; }

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

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

background-color css

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

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

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

border-color css

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

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

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