#CA5480

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

Shades of Cranberry #CA5480

Tints of Cranberry #CA5480

Color information

#CA5480 (or 0xCA5480) is unknown color: approx Cranberry. HEX triplet: CA, 54 and 80. RGB value is (202,84,128). Sum of RGB (Red+Green+Blue) = 202+84+128=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5480 is #35AB7F. Grayscale: #7C7C7C. Windows color (decimal): -3517312 or 8410314. OLE color: 8410314.

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

Color convert

RGB20284128-
CMYK00.580.370.21
HSL337.63º52.68%56.08%-
HSV(B)337.63º58.42%79.22%-
XYZ31.4220.4622.71-
YUV124.3130.09183.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=48.79%
G=20.29%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028412800.580.370.21337.6352.6856.08
HexCA548003A25151523538
Octal31212420007245255226570
Binary11001010101010010000000011101010010110101101010010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5480; }

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

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

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

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

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

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

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

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