#CA5E80

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

Shades of Cranberry #CA5E80

Tints of Cranberry #CA5E80

Color information

#CA5E80 (or 0xCA5E80) is unknown color: approx Cranberry. HEX triplet: CA, 5E and 80. RGB value is (202,94,128). Sum of RGB (Red+Green+Blue) = 202+94+128=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5E80 is #35A17F. Grayscale: #828282. Windows color (decimal): -3514752 or 8412874. OLE color: 8412874.

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

Color convert

RGB20294128-
CMYK00.530.370.21
HSL341.11º50.47%58.04%-
HSV(B)341.11º53.47%79.22%-
XYZ32.2622.1222.99-
YUV130.17126.78179.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=47.64%
G=22.17%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029412800.530.370.21341.1150.4758.04
HexCA5E800352515155323a
Octal31213620006545255256272
Binary11001010101111010000000011010110010110101101010101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E80; }

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

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

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

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

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

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

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

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