Html Css Color HEX #C1558B Mulberry

📋 copy color: '#C1558B'

red 193 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #C1558B

Tints of Mulberry #C1558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

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

R = 46.28%
G = 20.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1558B (or 0xC1558B) is known color: Mulberry. HEX triplet: C1, 55 and 8B. RGB value is (193,85,139). Sum of RGB (Red+Green+Blue) = 193+85+139=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1558B is #3EAA74. Grayscale: #7B7B7B. Windows color (decimal): -4106869 or 9131457. OLE color: 9131457.

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

Color convert

RGB 193 85 139 -
CMYK 0 0.56 0.28 0.24
HSL 330º 0.47% 0.55% -
HSV(B) 330º 0.56% 0.76% -
XYZ 29.9 19.7 26.65 -
YUV 123.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 193 85 139 0 0.56 0.28 0.24 330 0.47 0.55
Hex C1 55 8B 0 38 1C 18 14A 2F 37
Octal 301 125 213 0 70 34 30 512 57 67
Binary 11000001 1010101 10001011 0 111000 11100 11000 101001010 101111 110111

Color Harmonies of #C1558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1558B

Black with #C1558B

Text Example


Text Example

White with #C1558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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