#CD5982

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

Shades of Cranberry #CD5982

Tints of Cranberry #CD5982

Color information

#CD5982 (or 0xCD5982) is unknown color: approx Cranberry. HEX triplet: CD, 59 and 82. RGB value is (205,89,130). Sum of RGB (Red+Green+Blue) = 205+89+130=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5982 is #32A67D. Grayscale: #808080. Windows color (decimal): -3319422 or 8542669. OLE color: 8542669.

HSL color Cylindrical-coordinate representation of color #CD5982: hue angle of 338.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD5982 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB20589130-
CMYK00.570.370.20
HSL338.79º53.7%57.65%-
HSV(B)338.79º56.59%80.39%-
XYZ32.7821.7423.59-
YUV128.36128.93182.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=48.35%
G=20.99%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058913000.570.370.20338.7953.757.65
HexCD59820392514153363a
Octal31513120207145245236672
Binary11001101101100110000010011100110010110100101010011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5982; }

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

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

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

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

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

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

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

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