#CD5882

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

Shades of Cranberry #CD5882

Tints of Cranberry #CD5882

Color information

#CD5882 (or 0xCD5882) is unknown color: approx Cranberry. HEX triplet: CD, 58 and 82. RGB value is (205,88,130). Sum of RGB (Red+Green+Blue) = 205+88+130=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5882 is #32A77D. Grayscale: #7F7F7F. Windows color (decimal): -3319678 or 8542413. OLE color: 8542413.

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

Color convert

RGB20588130-
CMYK00.570.370.20
HSL338.46º53.92%57.45%-
HSV(B)338.46º57.07%80.39%-
XYZ32.721.5723.56-
YUV127.77129.26183.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=48.46%
G=20.80%
B=30.73%

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
Decimal2058813000.570.370.20338.4653.9257.45
HexCD588203925141523639
Octal31513020207145245226671
Binary11001101101100010000010011100110010110100101010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5882; }

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

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

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

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

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

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

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

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