#CA4778

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

Shades of Cranberry #CA4778

Tints of Cranberry #CA4778

Color information

#CA4778 (or 0xCA4778) is unknown color: approx Cranberry. HEX triplet: CA, 47 and 78. RGB value is (202,71,120). Sum of RGB (Red+Green+Blue) = 202+71+120=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4778 is #35B887. Grayscale: #737373. Windows color (decimal): -3520648 or 7882698. OLE color: 7882698.

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

Color convert

RGB20271120-
CMYK00.650.410.21
HSL337.56º55.27%53.53%-
HSV(B)337.56º64.85%79.22%-
XYZ3018.4219.74-
YUV115.76130.4189.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=51.40%
G=18.07%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027112000.650.410.21337.5655.2753.53
HexCA477804129151523736
Octal312107170010151255226766
Binary11001010100011111110000100000110100110101101010010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4778; }

 p { color: rgb(202,71,120); }

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

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

 a { background-color: rgb(202,71,120); }

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

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

 span { border-color: rgb(202,71,120); }

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