#CA4379

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

Shades of Cranberry #CA4379

Tints of Cranberry #CA4379

Color information

#CA4379 (or 0xCA4379) is unknown color: approx Cranberry. HEX triplet: CA, 43 and 79. RGB value is (202,67,121). Sum of RGB (Red+Green+Blue) = 202+67+121=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4379 is #35BC86. Grayscale: #717171. Windows color (decimal): -3521671 or 7947210. OLE color: 7947210.

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

Color convert

RGB20267121-
CMYK00.670.400.21
HSL336º56.02%52.75%-
HSV(B)336º66.83%79.22%-
XYZ29.8217.9519.98-
YUV113.52132.23191.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 67 (26.56% from 255) = 17.18%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=51.79%
G=17.18%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026712100.670.400.2133656.0252.75
HexCA437904328151503835
Octal312103171010350255207065
Binary11001010100001111110010100001110100010101101010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4379; }

 p { color: rgb(202,67,121); }

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

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

 a { background-color: rgb(202,67,121); }

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

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

 span { border-color: rgb(202,67,121); }

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