#CC5283

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

Shades of Mulberry #CC5283

Tints of Mulberry #CC5283

Color information

#CC5283 (or 0xCC5283) is unknown color: approx Mulberry. HEX triplet: CC, 52 and 83. RGB value is (204,82,131). Sum of RGB (Red+Green+Blue) = 204+82+131=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5283 is #33AD7C. Grayscale: #7B7B7B. Windows color (decimal): -3386749 or 8606412. OLE color: 8606412.

HSL color Cylindrical-coordinate representation of color #CC5283: hue angle of 335.9º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5283 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB20482131-
CMYK00.600.360.2
HSL335.9º54.46%56.08%-
HSV(B)335.9º59.8%80%-
XYZ32.0220.5123.74-
YUV124.06131.92185.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 131 (51.56% from 255) = 31.41%
R=48.92%
G=19.66%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048213100.600.360.2335.954.4656.08
HexCC528303C24141503638
Octal31412220307444245206670
Binary11001100101001010000011011110010010010100101010000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5283; }

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

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

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

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

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

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

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

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