#CC5982

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

Shades of Cranberry #CC5982

Tints of Cranberry #CC5982

Color information

#CC5982 (or 0xCC5982) is unknown color: approx Cranberry. HEX triplet: CC, 59 and 82. RGB value is (204,89,130). Sum of RGB (Red+Green+Blue) = 204+89+130=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5982 is #33A67D. Grayscale: #808080. Windows color (decimal): -3384958 or 8542668. OLE color: 8542668.

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

Color convert

RGB20489130-
CMYK00.560.360.2
HSL338.61º53%57.45%-
HSV(B)338.61º56.37%80%-
XYZ32.521.5923.57-
YUV128.06129.1182.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=48.23%
G=21.04%
B=30.73%

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
Decimal2048913000.560.360.2338.615357.45
HexCC598203824141533539
Octal31413120207044245236571
Binary11001100101100110000010011100010010010100101010011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5982; }

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

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

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

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

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

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

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

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