Html Css Color HEX #C14287 Mulberry

📋 copy color: '#C14287'

red 193 ◦ green 66 ◦ blue 135

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

Shades of Mulberry #C14287

Tints of Mulberry #C14287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 48.98%
G = 16.75%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C14287 (or 0xC14287) is known color: Mulberry. HEX triplet: C1, 42 and 87. RGB value is (193,66,135). Sum of RGB (Red+Green+Blue) = 193+66+135=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C14287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14287 is #3EBD78. Grayscale: #6F6F6F. Windows color (decimal): -4111737 or 8864449. OLE color: 8864449.

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

Color convert

RGB 193 66 135 -
CMYK 0 0.66 0.30 0.24
HSL 327.4º 0.51% 0.51% -
HSV(B) 327.4º 0.66% 0.76% -
XYZ 28.31 16.98 24.71 -
YUV 111.84 141.08 185.89 -
System Red Green Blue C M Y K H S L
Decimal 193 66 135 0 0.66 0.30 0.24 327.4 0.51 0.51
Hex C1 42 87 0 42 1E 18 147 33 33
Octal 301 102 207 0 102 36 30 507 63 63
Binary 11000001 1000010 10000111 0 1000010 11110 11000 101000111 110011 110011

Color Harmonies of #C14287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14287

Black with #C14287

Text Example


Text Example

White with #C14287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14287; }

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

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

background-color css

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

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

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

border-color css

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

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

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