Html Css Color HEX #C14C8B Mulberry

📋 copy color: '#C14C8B'

red 193 ◦ green 76 ◦ blue 139

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

Shades of Mulberry #C14C8B

Tints of Mulberry #C14C8B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.63%

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 47.3%
G = 18.63%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C14C8B (or 0xC14C8B) is known color: Mulberry. HEX triplet: C1, 4C and 8B. RGB value is (193,76,139). Sum of RGB (Red+Green+Blue) = 193+76+139=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C8B is #3EB374. Grayscale: #767676. Windows color (decimal): -4109173 or 9129153. OLE color: 9129153.

HSL color Cylindrical-coordinate representation of color #C14C8B: hue angle of 327.69º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14C8B is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 76 139 -
CMYK 0 0.61 0.28 0.24
HSL 327.69º 0.49% 0.53% -
HSV(B) 327.69º 0.61% 0.76% -
XYZ 29.24 18.37 26.43 -
YUV 118.17 139.76 181.38 -
System Red Green Blue C M Y K H S L
Decimal 193 76 139 0 0.61 0.28 0.24 327.69 0.49 0.53
Hex C1 4C 8B 0 3D 1C 18 148 31 35
Octal 301 114 213 0 75 34 30 510 61 65
Binary 11000001 1001100 10001011 0 111101 11100 11000 101001000 110001 110101

Color Harmonies of #C14C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C8B

Black with #C14C8B

Text Example


Text Example

White with #C14C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C8B; }

 p { color: rgb(193,76,139); }

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

background-color css

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

 a { background-color: rgb(193,76,139); }

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

border-color css

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

 span { border-color: rgb(193,76,139); }

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