Html Css Color HEX #C14B7F Mulberry

📋 copy color: '#C14B7F'

red 193 ◦ green 75 ◦ blue 127

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

Shades of Mulberry #C14B7F

Tints of Mulberry #C14B7F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.99%

 BLUE value IS 127 (50% from 255) = 32.15%

R = 48.86%
G = 18.99%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C14B7F (or 0xC14B7F) is known color: Mulberry. HEX triplet: C1, 4B and 7F. RGB value is (193,75,127). Sum of RGB (Red+Green+Blue) = 193+75+127=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14B7F is #3EB480. Grayscale: #747474. Windows color (decimal): -4109441 or 8342465. OLE color: 8342465.

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

Color convert

RGB 193 75 127 -
CMYK 0 0.61 0.34 0.24
HSL 333.56º 0.49% 0.53% -
HSV(B) 333.56º 0.61% 0.76% -
XYZ 28.34 17.9 22.04 -
YUV 116.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 193 75 127 0 0.61 0.34 0.24 333.56 0.49 0.53
Hex C1 4B 7F 0 3D 22 18 14E 31 35
Octal 301 113 177 0 75 42 30 516 61 65
Binary 11000001 1001011 1111111 0 111101 100010 11000 101001110 110001 110101

Color Harmonies of #C14B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14B7F

Black with #C14B7F

Text Example


Text Example

White with #C14B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14B7F; }

 p { color: rgb(193,75,127); }

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

background-color css

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

 a { background-color: rgb(193,75,127); }

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

border-color css

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

 span { border-color: rgb(193,75,127); }

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