#CA577D

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

Shades of Cranberry #CA577D

Tints of Cranberry #CA577D

Color information

#CA577D (or 0xCA577D) is unknown color: approx Cranberry. HEX triplet: CA, 57 and 7D. RGB value is (202,87,125). Sum of RGB (Red+Green+Blue) = 202+87+125=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA577D is #35A882. Grayscale: #7D7D7D. Windows color (decimal): -3516547 or 8214474. OLE color: 8214474.

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

Color convert

RGB20287125-
CMYK00.570.380.21
HSL340.17º52.04%56.67%-
HSV(B)340.17º56.93%79.22%-
XYZ31.4720.8521.77-
YUV125.72127.6182.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 87 (34.38% from 255) = 21.01%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=48.79%
G=21.01%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028712500.570.380.21340.1752.0456.67
HexCA577D03926151543439
Octal31212717507146255246471
Binary1100101010101111111101011100110011010101101010100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA577D; }

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

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

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

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

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

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

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

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