#CC517B

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

Shades of Cranberry #CC517B

Tints of Cranberry #CC517B

Color information

#CC517B (or 0xCC517B) is unknown color: approx Cranberry. HEX triplet: CC, 51 and 7B. RGB value is (204,81,123). Sum of RGB (Red+Green+Blue) = 204+81+123=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC517B is #33AE84. Grayscale: #7A7A7A. Windows color (decimal): -3387013 or 8081868. OLE color: 8081868.

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

Color convert

RGB20481123-
CMYK00.600.400.2
HSL339.51º54.67%55.88%-
HSV(B)339.51º60.29%80%-
XYZ31.4220.1520.97-
YUV122.56128.25186.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 19.85%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=50%
G=19.85%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048112300.600.400.2339.5154.6755.88
HexCC517B03C28141543738
Octal31412117307450245246770
Binary1100110010100011111011011110010100010100101010100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC517B; }

 p { color: rgb(204,81,123); }

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

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

 a { background-color: rgb(204,81,123); }

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

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

 span { border-color: rgb(204,81,123); }

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