#CA517A

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

Shades of Cranberry #CA517A

Tints of Cranberry #CA517A

Color information

#CA517A (or 0xCA517A) is unknown color: approx Cranberry. HEX triplet: CA, 51 and 7A. RGB value is (202,81,122). Sum of RGB (Red+Green+Blue) = 202+81+122=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA517A is #35AE85. Grayscale: #797979. Windows color (decimal): -3518086 or 8016330. OLE color: 8016330.

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

Color convert

RGB20281122-
CMYK00.600.400.21
HSL339.67º53.3%55.49%-
HSV(B)339.67º59.9%79.22%-
XYZ30.8119.8520.62-
YUV121.85128.09185.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 81 (32.03% from 255) = 20%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=49.88%
G=20%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028112200.600.400.21339.6753.355.49
HexCA517A03C28151543537
Octal31212117207450255246567
Binary1100101010100011111010011110010100010101101010100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA517A; }

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

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

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

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

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

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

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

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