Html Css Color HEX #C1497F Mulberry

📋 copy color: '#C1497F'

red 193 ◦ green 73 ◦ blue 127

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

Shades of Mulberry #C1497F

Tints of Mulberry #C1497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.58%

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

R = 49.11%
G = 18.58%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1497F (or 0xC1497F) is known color: Mulberry. HEX triplet: C1, 49 and 7F. RGB value is (193,73,127). Sum of RGB (Red+Green+Blue) = 193+73+127=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C1497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1497F is #3EB680. Grayscale: #727272. Windows color (decimal): -4109953 or 8341953. OLE color: 8341953.

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

Color convert

RGB 193 73 127 -
CMYK 0 0.62 0.34 0.24
HSL 333º 0.49% 0.52% -
HSV(B) 333º 0.62% 0.76% -
XYZ 28.21 17.63 22 -
YUV 115.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 193 73 127 0 0.62 0.34 0.24 333 0.49 0.52
Hex C1 49 7F 0 3E 22 18 14D 31 34
Octal 301 111 177 0 76 42 30 515 61 64
Binary 11000001 1001001 1111111 0 111110 100010 11000 101001101 110001 110100

Color Harmonies of #C1497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1497F

Black with #C1497F

Text Example


Text Example

White with #C1497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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