#CA557F

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

Shades of Cranberry #CA557F

Tints of Cranberry #CA557F

Color information

#CA557F (or 0xCA557F) is unknown color: approx Cranberry. HEX triplet: CA, 55 and 7F. RGB value is (202,85,127). Sum of RGB (Red+Green+Blue) = 202+85+127=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA557F is #35AA80. Grayscale: #7C7C7C. Windows color (decimal): -3517057 or 8345034. OLE color: 8345034.

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

Color convert

RGB20285127-
CMYK00.580.370.21
HSL338.46º52.47%56.27%-
HSV(B)338.46º57.92%79.22%-
XYZ31.4420.5922.4-
YUV124.77129.26183.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 127 (50% from 255) = 30.68%
R=48.79%
G=20.53%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028512700.580.370.21338.4652.4756.27
HexCA557F03A25151523438
Octal31212517707245255226470
Binary1100101010101011111111011101010010110101101010010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA557F; }

 p { color: rgb(202,85,127); }

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

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

 a { background-color: rgb(202,85,127); }

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

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

 span { border-color: rgb(202,85,127); }

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