#CA4B7C

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

Shades of Cranberry #CA4B7C

Tints of Cranberry #CA4B7C

Color information

#CA4B7C (or 0xCA4B7C) is unknown color: approx Cranberry. HEX triplet: CA, 4B and 7C. RGB value is (202,75,124). Sum of RGB (Red+Green+Blue) = 202+75+124=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B7C is #35B483. Grayscale: #767676. Windows color (decimal): -3519620 or 8145866. OLE color: 8145866.

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

Color convert

RGB20275124-
CMYK00.630.390.21
HSL336.85º54.51%54.31%-
HSV(B)336.85º62.87%79.22%-
XYZ30.5119.0421.14-
YUV118.56131.08187.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 75 (29.69% from 255) = 18.70%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=50.37%
G=18.70%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027512400.630.390.21336.8554.5154.31
HexCA4B7C03F27151513736
Octal31211317407747255216766
Binary1100101010010111111100011111110011110101101010001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B7C; }

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

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

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

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

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

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

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

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