#CA517B

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

Shades of Cranberry #CA517B

Tints of Cranberry #CA517B

Color information

#CA517B (or 0xCA517B) is unknown color: approx Cranberry. HEX triplet: CA, 51 and 7B. RGB value is (202,81,123). Sum of RGB (Red+Green+Blue) = 202+81+123=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA517B is #35AE84. Grayscale: #797979. Windows color (decimal): -3518085 or 8081866. OLE color: 8081866.

HSL color Cylindrical-coordinate representation of color #CA517B: hue angle of 339.17º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA517B is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB20281123-
CMYK00.600.390.21
HSL339.17º53.3%55.49%-
HSV(B)339.17º59.9%79.22%-
XYZ30.8719.8720.95-
YUV121.97128.59185.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=49.75%
G=19.95%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028112300.600.390.21339.1753.355.49
HexCA517B03C27151533537
Octal31212117307447255236567
Binary1100101010100011111011011110010011110101101010011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA517B; }

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

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

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

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

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

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

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

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