#CD5884

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

Shades of Cranberry #CD5884

Tints of Cranberry #CD5884

Color information

#CD5884 (or 0xCD5884) is unknown color: approx Cranberry. HEX triplet: CD, 58 and 84. RGB value is (205,88,132). Sum of RGB (Red+Green+Blue) = 205+88+132=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5884 is #32A77B. Grayscale: #7F7F7F. Windows color (decimal): -3319676 or 8673485. OLE color: 8673485.

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

Color convert

RGB20588132-
CMYK00.570.360.20
HSL337.44º53.92%57.45%-
HSV(B)337.44º57.07%80.39%-
XYZ32.8321.6224.27-
YUV128130.26182.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 88 (34.77% from 255) = 20.71%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=48.24%
G=20.71%
B=31.06%

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
Decimal2058813200.570.360.20337.4453.9257.45
HexCD588403924141513639
Octal31513020407144245216671
Binary11001101101100010000100011100110010010100101010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5884; }

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

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

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

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

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

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

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

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