#CA5882

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

Shades of Cranberry #CA5882

Tints of Cranberry #CA5882

Color information

#CA5882 (or 0xCA5882) is unknown color: approx Cranberry. HEX triplet: CA, 58 and 82. RGB value is (202,88,130). Sum of RGB (Red+Green+Blue) = 202+88+130=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5882 is #35A77D. Grayscale: #7E7E7E. Windows color (decimal): -3516286 or 8542410. OLE color: 8542410.

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

Color convert

RGB20288130-
CMYK00.560.360.21
HSL337.89º51.82%56.86%-
HSV(B)337.89º56.44%79.22%-
XYZ31.8821.1523.52-
YUV126.87129.77181.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 88 (34.77% from 255) = 20.95%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=48.10%
G=20.95%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028813000.560.360.21337.8951.8256.86
HexCA588203824151523439
Octal31213020207044255226471
Binary11001010101100010000010011100010010010101101010010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5882; }

 p { color: rgb(202,88,130); }

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

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

 a { background-color: rgb(202,88,130); }

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

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

 span { border-color: rgb(202,88,130); }

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