#CD557C

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

Shades of Cranberry #CD557C

Tints of Cranberry #CD557C

Color information

#CD557C (or 0xCD557C) is unknown color: approx Cranberry. HEX triplet: CD, 55 and 7C. RGB value is (205,85,124). Sum of RGB (Red+Green+Blue) = 205+85+124=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD557C is #32AA83. Grayscale: #7D7D7D. Windows color (decimal): -3320452 or 8148429. OLE color: 8148429.

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

Color convert

RGB20585124-
CMYK00.590.400.20
HSL340.5º54.55%56.86%-
HSV(B)340.5º58.54%80.39%-
XYZ32.0620.9321.42-
YUV125.33127.26184.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.52%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=49.52%
G=20.53%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058512400.590.400.20340.554.5556.86
HexCD557C03B28141543739
Octal31512517407350245246771
Binary1100110110101011111100011101110100010100101010100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD557C; }

 p { color: rgb(205,85,124); }

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

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

 a { background-color: rgb(205,85,124); }

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

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

 span { border-color: rgb(205,85,124); }

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