#CA5E81

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

Shades of Cranberry #CA5E81

Tints of Cranberry #CA5E81

Color information

#CA5E81 (or 0xCA5E81) is unknown color: approx Cranberry. HEX triplet: CA, 5E and 81. RGB value is (202,94,129). Sum of RGB (Red+Green+Blue) = 202+94+129=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5E81 is #35A17E. Grayscale: #828282. Windows color (decimal): -3514751 or 8478410. OLE color: 8478410.

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

Color convert

RGB20294129-
CMYK00.530.360.21
HSL340.56º50.47%58.04%-
HSV(B)340.56º53.47%79.22%-
XYZ32.3222.1523.34-
YUV130.28127.28179.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=47.53%
G=22.12%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029412900.530.360.21340.5650.4758.04
HexCA5E810352415155323a
Octal31213620106544255256272
Binary11001010101111010000001011010110010010101101010101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E81; }

 p { color: rgb(202,94,129); }

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

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

 a { background-color: rgb(202,94,129); }

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

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

 span { border-color: rgb(202,94,129); }

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