#CD517C

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

Shades of Cranberry #CD517C

Tints of Cranberry #CD517C

Color information

#CD517C (or 0xCD517C) is unknown color: approx Cranberry. HEX triplet: CD, 51 and 7C. RGB value is (205,81,124). Sum of RGB (Red+Green+Blue) = 205+81+124=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD517C is #32AE83. Grayscale: #7A7A7A. Windows color (decimal): -3321476 or 8147405. OLE color: 8147405.

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

Color convert

RGB20581124-
CMYK00.600.400.20
HSL339.19º55.36%56.08%-
HSV(B)339.19º60.49%80.39%-
XYZ31.7620.3221.32-
YUV122.98128.58186.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 19.76%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=50%
G=19.76%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058112400.600.400.20339.1955.3656.08
HexCD517C03C28141533738
Octal31512117407450245236770
Binary1100110110100011111100011110010100010100101010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD517C; }

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

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

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

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

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

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

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

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