Html Css Color HEX #C1598C Mulberry

📋 copy color: '#C1598C'

red 193 ◦ green 89 ◦ blue 140

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

Shades of Mulberry #C1598C

Tints of Mulberry #C1598C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.09%

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 45.73%
G = 21.09%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1598C (or 0xC1598C) is known color: Mulberry. HEX triplet: C1, 59 and 8C. RGB value is (193,89,140). Sum of RGB (Red+Green+Blue) = 193+89+140=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1598C is #3EA673. Grayscale: #7D7D7D. Windows color (decimal): -4105844 or 9198017. OLE color: 9198017.

HSL color Cylindrical-coordinate representation of color #C1598C: hue angle of 330.58º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1598C is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 89 140 -
CMYK 0 0.54 0.27 0.24
HSL 330.58º 0.46% 0.55% -
HSV(B) 330.58º 0.54% 0.76% -
XYZ 30.3 20.38 27.15 -
YUV 125.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 193 89 140 0 0.54 0.27 0.24 330.58 0.46 0.55
Hex C1 59 8C 0 36 1B 18 14B 2E 37
Octal 301 131 214 0 66 33 30 513 56 67
Binary 11000001 1011001 10001100 0 110110 11011 11000 101001011 101110 110111

Color Harmonies of #C1598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1598C

Black with #C1598C

Text Example


Text Example

White with #C1598C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1598C; }

 p { color: rgb(193,89,140); }

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

background-color css

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

 a { background-color: rgb(193,89,140); }

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

border-color css

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

 span { border-color: rgb(193,89,140); }

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