#CA4679

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

Shades of Cranberry #CA4679

Tints of Cranberry #CA4679

Color information

#CA4679 (or 0xCA4679) is unknown color: approx Cranberry. HEX triplet: CA, 46 and 79. RGB value is (202,70,121). Sum of RGB (Red+Green+Blue) = 202+70+121=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4679 is #35B986. Grayscale: #737373. Windows color (decimal): -3520903 or 7947978. OLE color: 7947978.

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

Color convert

RGB20270121-
CMYK00.650.400.21
HSL336.82º55.46%53.33%-
HSV(B)336.82º65.35%79.22%-
XYZ3018.3220.04-
YUV115.28131.23189.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 70 (27.73% from 255) = 17.81%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=51.40%
G=17.81%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027012100.650.400.21336.8255.4653.33
HexCA467904128151513735
Octal312106171010150255216765
Binary11001010100011011110010100000110100010101101010001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4679; }

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

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

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

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

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

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

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

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