Html Css Color HEX #C1569B Mulberry

📋 copy color: '#C1569B'

red 193 ◦ green 86 ◦ blue 155

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

Shades of Mulberry #C1569B

Tints of Mulberry #C1569B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.82%

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 44.47%
G = 19.82%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1569B (or 0xC1569B) is known color: Mulberry. HEX triplet: C1, 56 and 9B. RGB value is (193,86,155). Sum of RGB (Red+Green+Blue) = 193+86+155=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1569B is #3EA964. Grayscale: #7D7D7D. Windows color (decimal): -4106597 or 10180289. OLE color: 10180289.

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

Color convert

RGB 193 86 155 -
CMYK 0 0.55 0.20 0.24
HSL 321.31º 0.46% 0.55% -
HSV(B) 321.31º 0.55% 0.76% -
XYZ 31.24 20.36 33.29 -
YUV 125.86 144.45 175.89 -
System Red Green Blue C M Y K H S L
Decimal 193 86 155 0 0.55 0.20 0.24 321.31 0.46 0.55
Hex C1 56 9B 0 37 14 18 141 2E 37
Octal 301 126 233 0 67 24 30 501 56 67
Binary 11000001 1010110 10011011 0 110111 10100 11000 101000001 101110 110111

Color Harmonies of #C1569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1569B

Black with #C1569B

Text Example


Text Example

White with #C1569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1569B; }

 p { color: rgb(193,86,155); }

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

background-color css

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

 a { background-color: rgb(193,86,155); }

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

border-color css

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

 span { border-color: rgb(193,86,155); }

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