Html Css Color HEX #C1477F Mulberry

📋 copy color: '#C1477F'

red 193 ◦ green 71 ◦ blue 127

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

Shades of Mulberry #C1477F

Tints of Mulberry #C1477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.16%

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

R = 49.36%
G = 18.16%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1477F (or 0xC1477F) is known color: Mulberry. HEX triplet: C1, 47 and 7F. RGB value is (193,71,127). Sum of RGB (Red+Green+Blue) = 193+71+127=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1477F is #3EB880. Grayscale: #717171. Windows color (decimal): -4110465 or 8341441. OLE color: 8341441.

HSL color Cylindrical-coordinate representation of color #C1477F: hue angle of 332.46º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1477F is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 71 127 -
CMYK 0 0.63 0.34 0.24
HSL 332.46º 0.5% 0.52% -
HSV(B) 332.46º 0.63% 0.76% -
XYZ 28.08 17.38 21.95 -
YUV 113.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 193 71 127 0 0.63 0.34 0.24 332.46 0.5 0.52
Hex C1 47 7F 0 3F 22 18 14C 32 34
Octal 301 107 177 0 77 42 30 514 62 64
Binary 11000001 1000111 1111111 0 111111 100010 11000 101001100 110010 110100

Color Harmonies of #C1477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1477F

Black with #C1477F

Text Example


Text Example

White with #C1477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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