#CD5983

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

Shades of Cranberry #CD5983

Tints of Cranberry #CD5983

Color information

#CD5983 (or 0xCD5983) is unknown color: approx Cranberry. HEX triplet: CD, 59 and 83. RGB value is (205,89,131). Sum of RGB (Red+Green+Blue) = 205+89+131=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5983 is #32A67C. Grayscale: #808080. Windows color (decimal): -3319421 or 8608205. OLE color: 8608205.

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

Color convert

RGB20589131-
CMYK00.570.360.20
HSL338.28º53.7%57.65%-
HSV(B)338.28º56.59%80.39%-
XYZ32.8521.7623.94-
YUV128.47129.43182.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=48.24%
G=20.94%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058913100.570.360.20338.2853.757.65
HexCD59830392414152363a
Octal31513120307144245226672
Binary11001101101100110000011011100110010010100101010010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5983; }

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

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

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

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

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

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

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

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