#CD5984

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

Shades of Cranberry #CD5984

Tints of Cranberry #CD5984

Color information

#CD5984 (or 0xCD5984) is unknown color: approx Cranberry. HEX triplet: CD, 59 and 84. RGB value is (205,89,132). Sum of RGB (Red+Green+Blue) = 205+89+132=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5984 is #32A67B. Grayscale: #808080. Windows color (decimal): -3319420 or 8673741. OLE color: 8673741.

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

Color convert

RGB20589132-
CMYK00.570.360.20
HSL337.76º53.7%57.65%-
HSV(B)337.76º56.59%80.39%-
XYZ32.9121.7924.3-
YUV128.59129.93182.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 89 (35.16% from 255) = 20.89%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=48.12%
G=20.89%
B=30.99%

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
Decimal2058913200.570.360.20337.7653.757.65
HexCD59840392414152363a
Octal31513120407144245226672
Binary11001101101100110000100011100110010010100101010010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5984; }

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

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

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

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

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

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

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

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