#C75283

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

Shades of Mulberry #C75283

Tints of Mulberry #C75283

Color information

#C75283 (or 0xC75283) is unknown color: approx Mulberry. HEX triplet: C7, 52 and 83. RGB value is (199,82,131). Sum of RGB (Red+Green+Blue) = 199+82+131=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C75283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75283 is #38AD7C. Grayscale: #7A7A7A. Windows color (decimal): -3714429 or 8606407. OLE color: 8606407.

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

Color convert

RGB19982131-
CMYK00.590.340.22
HSL334.87º51.09%55.1%-
HSV(B)334.87º58.79%78.04%-
XYZ30.6719.8223.68-
YUV122.57132.76182.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.30%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=48.30%
G=19.90%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998213100.590.340.22334.8751.0955.1
HexC7528303B221614f3337
Octal30712220307342265176367
Binary11000111101001010000011011101110001010110101001111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75283; }

 p { color: rgb(199,82,131); }

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

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

 a { background-color: rgb(199,82,131); }

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

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

 span { border-color: rgb(199,82,131); }

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