#CA577C

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

Shades of Cranberry #CA577C

Tints of Cranberry #CA577C

Color information

#CA577C (or 0xCA577C) is unknown color: approx Cranberry. HEX triplet: CA, 57 and 7C. RGB value is (202,87,124). Sum of RGB (Red+Green+Blue) = 202+87+124=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA577C is #35A883. Grayscale: #7D7D7D. Windows color (decimal): -3516548 or 8148938. OLE color: 8148938.

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

Color convert

RGB20287124-
CMYK00.570.390.21
HSL340.7º52.04%56.67%-
HSV(B)340.7º56.93%79.22%-
XYZ31.420.8321.43-
YUV125.6127.1182.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=48.91%
G=21.07%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028712400.570.390.21340.752.0456.67
HexCA577C03927151553439
Octal31212717407147255256471
Binary1100101010101111111100011100110011110101101010101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA577C; }

 p { color: rgb(202,87,124); }

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

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

 a { background-color: rgb(202,87,124); }

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

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

 span { border-color: rgb(202,87,124); }

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