#C6538F

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

Shades of Mulberry #C6538F

Tints of Mulberry #C6538F

Color information

#C6538F (or 0xC6538F) is unknown color: approx Mulberry. HEX triplet: C6, 53 and 8F. RGB value is (198,83,143). Sum of RGB (Red+Green+Blue) = 198+83+143=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6538F is #39AC70. Grayscale: #7C7C7C. Windows color (decimal): -3779697 or 9393094. OLE color: 9393094.

HSL color Cylindrical-coordinate representation of color #C6538F: hue angle of 328.7º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6538F is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB19883143-
CMYK00.580.280.22
HSL328.7º50.22%55.1%-
HSV(B)328.7º58.08%77.65%-
XYZ31.3420.1828.23-
YUV124.22138.6180.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 83 (32.81% from 255) = 19.58%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=46.70%
G=19.58%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988314300.580.280.22328.750.2255.1
HexC6538F03A1C161493237
Octal30612321707234265116267
Binary1100011010100111000111101110101110010110101001001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6538F; }

 p { color: rgb(198,83,143); }

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

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

 a { background-color: rgb(198,83,143); }

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

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

 span { border-color: rgb(198,83,143); }

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