#CD5981

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

Shades of Cranberry #CD5981

Tints of Cranberry #CD5981

Color information

#CD5981 (or 0xCD5981) is unknown color: approx Cranberry. HEX triplet: CD, 59 and 81. RGB value is (205,89,129). Sum of RGB (Red+Green+Blue) = 205+89+129=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5981 is #32A67E. Grayscale: #808080. Windows color (decimal): -3319423 or 8477133. OLE color: 8477133.

HSL color Cylindrical-coordinate representation of color #CD5981: hue angle of 339.31º 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 #CD5981 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB20589129-
CMYK00.570.370.20
HSL339.31º53.7%57.65%-
HSV(B)339.31º56.59%80.39%-
XYZ32.7121.7123.24-
YUV128.24128.43182.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=48.46%
G=21.04%
B=30.50%

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
Decimal2058912900.570.370.20339.3153.757.65
HexCD59810392514153363a
Octal31513120107145245236672
Binary11001101101100110000001011100110010110100101010011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5981; }

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

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

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

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

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

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

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

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