#CA537C

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

Shades of Cranberry #CA537C

Tints of Cranberry #CA537C

Color information

#CA537C (or 0xCA537C) is unknown color: approx Cranberry. HEX triplet: CA, 53 and 7C. RGB value is (202,83,124). Sum of RGB (Red+Green+Blue) = 202+83+124=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA537C is #35AC83. Grayscale: #7B7B7B. Windows color (decimal): -3517572 or 8147914. OLE color: 8147914.

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

Color convert

RGB20283124-
CMYK00.590.390.21
HSL339.33º52.89%55.88%-
HSV(B)339.33º58.91%79.22%-
XYZ31.0920.221.33-
YUV123.26128.42184.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 83 (32.81% from 255) = 20.29%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=49.39%
G=20.29%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028312400.590.390.21339.3352.8955.88
HexCA537C03B27151533538
Octal31212317407347255236570
Binary1100101010100111111100011101110011110101101010011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA537C; }

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

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

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

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

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

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

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

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