#CD577C

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

Shades of Cranberry #CD577C

Tints of Cranberry #CD577C

Color information

#CD577C (or 0xCD577C) is unknown color: approx Cranberry. HEX triplet: CD, 57 and 7C. RGB value is (205,87,124). Sum of RGB (Red+Green+Blue) = 205+87+124=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD577C is #32A883. Grayscale: #7E7E7E. Windows color (decimal): -3319940 or 8148941. OLE color: 8148941.

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

Color convert

RGB20587124-
CMYK00.580.400.20
HSL341.19º54.13%57.25%-
HSV(B)341.19º57.56%80.39%-
XYZ32.2221.2521.47-
YUV126.5126.59183.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.28%
GREEN value IS 87 (34.38% from 255) = 20.91%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=49.28%
G=20.91%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058712400.580.400.20341.1954.1357.25
HexCD577C03A28141553639
Octal31512717407250245256671
Binary1100110110101111111100011101010100010100101010101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD577C; }

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

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

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

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

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

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

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

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