#C35299

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

Shades of Mulberry #C35299

Tints of Mulberry #C35299

Color information

#C35299 (or 0xC35299) is unknown color: approx Mulberry. HEX triplet: C3, 52 and 99. RGB value is (195,82,153). Sum of RGB (Red+Green+Blue) = 195+82+153=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C35299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35299 is #3CAD66. Grayscale: #7B7B7B. Windows color (decimal): -3976551 or 10048195. OLE color: 10048195.

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

Color convert

RGB19582153-
CMYK00.580.220.24
HSL322.3º48.5%54.31%-
HSV(B)322.3º57.95%76.47%-
XYZ31.2719.9432.34-
YUV123.88144.44178.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.35%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=45.35%
G=19.07%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958215300.580.220.24322.348.554.31
HexC3529903A16181423036
Octal30312223107226305026066
Binary1100001110100101001100101110101011011000101000010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35299; }

 p { color: rgb(195,82,153); }

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

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

 a { background-color: rgb(195,82,153); }

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

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

 span { border-color: rgb(195,82,153); }

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