#CA4D7C

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

Shades of Cranberry #CA4D7C

Tints of Cranberry #CA4D7C

Color information

#CA4D7C (or 0xCA4D7C) is unknown color: approx Cranberry. HEX triplet: CA, 4D and 7C. RGB value is (202,77,124). Sum of RGB (Red+Green+Blue) = 202+77+124=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D7C is #35B283. Grayscale: #777777. Windows color (decimal): -3519108 or 8146378. OLE color: 8146378.

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

Color convert

RGB20277124-
CMYK00.620.390.21
HSL337.44º54.11%54.71%-
HSV(B)337.44º61.88%79.22%-
XYZ30.6519.3221.18-
YUV119.73130.41186.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 77 (30.47% from 255) = 19.11%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=50.12%
G=19.11%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027712400.620.390.21337.4454.1154.71
HexCA4D7C03E27151513637
Octal31211517407647255216667
Binary1100101010011011111100011111010011110101101010001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4D7C; }

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

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

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

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

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

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

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

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