#CC5984

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

Shades of Cranberry #CC5984

Tints of Cranberry #CC5984

Color information

#CC5984 (or 0xCC5984) is unknown color: approx Cranberry. HEX triplet: CC, 59 and 84. RGB value is (204,89,132). Sum of RGB (Red+Green+Blue) = 204+89+132=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5984 is #33A67B. Grayscale: #808080. Windows color (decimal): -3384956 or 8673740. OLE color: 8673740.

HSL color Cylindrical-coordinate representation of color #CC5984: hue angle of 337.57º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5984 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB20489132-
CMYK00.560.350.2
HSL337.57º53%57.45%-
HSV(B)337.57º56.37%80%-
XYZ32.6421.6524.29-
YUV128.29130.1182-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=48%
G=20.94%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048913200.560.350.2337.575357.45
HexCC598403823141523539
Octal31413120407043245226571
Binary11001100101100110000100011100010001110100101010010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5984; }

 p { color: rgb(204,89,132); }

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

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

 a { background-color: rgb(204,89,132); }

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

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

 span { border-color: rgb(204,89,132); }

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