#CC5983

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

Shades of Cranberry #CC5983

Tints of Cranberry #CC5983

Color information

#CC5983 (or 0xCC5983) is unknown color: approx Cranberry. HEX triplet: CC, 59 and 83. RGB value is (204,89,131). Sum of RGB (Red+Green+Blue) = 204+89+131=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5983 is #33A67C. Grayscale: #808080. Windows color (decimal): -3384957 or 8608204. OLE color: 8608204.

HSL color Cylindrical-coordinate representation of color #CC5983: hue angle of 338.09º 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 #CC5983 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB20489131-
CMYK00.560.360.2
HSL338.09º53%57.45%-
HSV(B)338.09º56.37%80%-
XYZ32.5721.6223.93-
YUV128.17129.6182.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=48.11%
G=20.99%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048913100.560.360.2338.095357.45
HexCC598303824141523539
Octal31413120307044245226571
Binary11001100101100110000011011100010010010100101010010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5983; }

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

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

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

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

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

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

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

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