#CD5780

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

Shades of Cranberry #CD5780

Tints of Cranberry #CD5780

Color information

#CD5780 (or 0xCD5780) is unknown color: approx Cranberry. HEX triplet: CD, 57 and 80. RGB value is (205,87,128). Sum of RGB (Red+Green+Blue) = 205+87+128=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5780 is #32A87F. Grayscale: #7E7E7E. Windows color (decimal): -3319936 or 8411085. OLE color: 8411085.

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

Color convert

RGB20587128-
CMYK00.580.380.20
HSL339.15º54.13%57.25%-
HSV(B)339.15º57.56%80.39%-
XYZ32.4821.3522.83-
YUV126.96128.59183.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.81%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=48.81%
G=20.71%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058712800.580.380.20339.1554.1357.25
HexCD578003A26141533639
Octal31512720007246245236671
Binary11001101101011110000000011101010011010100101010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5780; }

 p { color: rgb(205,87,128); }

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

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

 a { background-color: rgb(205,87,128); }

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

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

 span { border-color: rgb(205,87,128); }

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