#CD5682

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

Shades of Cranberry #CD5682

Tints of Cranberry #CD5682

Color information

#CD5682 (or 0xCD5682) is unknown color: approx Cranberry. HEX triplet: CD, 56 and 82. RGB value is (205,86,130). Sum of RGB (Red+Green+Blue) = 205+86+130=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5682 is #32A97D. Grayscale: #7E7E7E. Windows color (decimal): -3320190 or 8541901. OLE color: 8541901.

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

Color convert

RGB20586130-
CMYK00.580.370.20
HSL337.82º54.34%57.06%-
HSV(B)337.82º58.05%80.39%-
XYZ32.5321.2523.51-
YUV126.6129.92183.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 86 (33.98% from 255) = 20.43%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=48.69%
G=20.43%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058613000.580.370.20337.8254.3457.06
HexCD568203A25141523639
Octal31512620207245245226671
Binary11001101101011010000010011101010010110100101010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5682; }

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

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

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

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

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

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

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

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