Html Css Color HEX #C14286 Mulberry

📋 copy color: '#C14286'

red 193 ◦ green 66 ◦ blue 134

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

Shades of Mulberry #C14286

Tints of Mulberry #C14286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 49.11%
G = 16.79%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C14286 (or 0xC14286) is known color: Mulberry. HEX triplet: C1, 42 and 86. RGB value is (193,66,134). Sum of RGB (Red+Green+Blue) = 193+66+134=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C14286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14286 is #3EBD79. Grayscale: #6F6F6F. Windows color (decimal): -4111738 or 8798913. OLE color: 8798913.

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

Color convert

RGB 193 66 134 -
CMYK 0 0.66 0.31 0.24
HSL 327.87º 0.51% 0.51% -
HSV(B) 327.87º 0.66% 0.76% -
XYZ 28.24 16.96 24.34 -
YUV 111.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 193 66 134 0 0.66 0.31 0.24 327.87 0.51 0.51
Hex C1 42 86 0 42 1F 18 148 33 33
Octal 301 102 206 0 102 37 30 510 63 63
Binary 11000001 1000010 10000110 0 1000010 11111 11000 101001000 110011 110011

Color Harmonies of #C14286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14286

Black with #C14286

Text Example


Text Example

White with #C14286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14286; }

 p { color: rgb(193,66,134); }

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

background-color css

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

 a { background-color: rgb(193,66,134); }

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

border-color css

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

 span { border-color: rgb(193,66,134); }

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