#CA5A81

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

Shades of Cranberry #CA5A81

Tints of Cranberry #CA5A81

Color information

#CA5A81 (or 0xCA5A81) is unknown color: approx Cranberry. HEX triplet: CA, 5A and 81. RGB value is (202,90,129). Sum of RGB (Red+Green+Blue) = 202+90+129=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5A81 is #35A57E. Grayscale: #7F7F7F. Windows color (decimal): -3515775 or 8477386. OLE color: 8477386.

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

Color convert

RGB20290129-
CMYK00.550.360.21
HSL339.11º51.38%57.25%-
HSV(B)339.11º55.45%79.22%-
XYZ31.9821.4523.22-
YUV127.93128.61180.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 90 (35.55% from 255) = 21.38%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=47.98%
G=21.38%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029012900.550.360.21339.1151.3857.25
HexCA5A8103724151533339
Octal31213220106744255236371
Binary11001010101101010000001011011110010010101101010011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A81; }

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

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

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

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

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

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

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

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