#C1568B

Color #C1568B Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C1568B

Tints of Mulberry #C1568B

Color information

#C1568B (or 0xC1568B) is unknown color: approx Mulberry. HEX triplet: C1, 56 and 8B. RGB value is (193,86,139). Sum of RGB (Red+Green+Blue) = 193+86+139=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1568B is #3EA974. Grayscale: #7B7B7B. Windows color (decimal): -4106613 or 9131713. OLE color: 9131713.

HSL color Cylindrical-coordinate representation of color #C1568B: hue angle of 330.28º 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 #C1568B is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB19386139-
CMYK00.550.280.24
HSL330.28º46.32%54.71%-
HSV(B)330.28º55.44%75.69%-
XYZ29.9819.8626.68-
YUV124.04136.45177.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=46.17%
G=20.57%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938613900.550.280.24330.2846.3254.71
HexC1568B0371C1814a2e37
Octal30112621306734305125667
Binary1100000110101101000101101101111110011000101001010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1568B; }

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

 H1.HeaderClassName
 {
   color: #C1568B;
 }
 .AnyTagClassName
 {
   color: #C1568B;
 }
</style>
background-color css

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

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

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

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

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

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