#CA5980

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

Shades of Cranberry #CA5980

Tints of Cranberry #CA5980

Color information

#CA5980 (or 0xCA5980) is unknown color: approx Cranberry. HEX triplet: CA, 59 and 80. RGB value is (202,89,128). Sum of RGB (Red+Green+Blue) = 202+89+128=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5980 is #35A67F. Grayscale: #7F7F7F. Windows color (decimal): -3516032 or 8411594. OLE color: 8411594.

HSL color Cylindrical-coordinate representation of color #CA5980: hue angle of 339.29º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5980 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20289128-
CMYK00.560.370.21
HSL339.29º51.6%57.06%-
HSV(B)339.29º55.94%79.22%-
XYZ31.8321.2622.85-
YUV127.23128.44181.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 89 (35.16% from 255) = 21.24%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=48.21%
G=21.24%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028912800.560.370.21339.2951.657.06
HexCA598003825151533439
Octal31213120007045255236471
Binary11001010101100110000000011100010010110101101010011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5980; }

 p { color: rgb(202,89,128); }

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

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

 a { background-color: rgb(202,89,128); }

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

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

 span { border-color: rgb(202,89,128); }

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