#CA597F

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

Shades of Cranberry #CA597F

Tints of Cranberry #CA597F

Color information

#CA597F (or 0xCA597F) is unknown color: approx Cranberry. HEX triplet: CA, 59 and 7F. RGB value is (202,89,127). Sum of RGB (Red+Green+Blue) = 202+89+127=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA597F is #35A680. Grayscale: #7F7F7F. Windows color (decimal): -3516033 or 8346058. OLE color: 8346058.

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

Color convert

RGB20289127-
CMYK00.560.370.21
HSL339.82º51.6%57.06%-
HSV(B)339.82º55.94%79.22%-
XYZ31.7621.2322.5-
YUV127.12127.94181.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 127 (50% from 255) = 30.38%
R=48.33%
G=21.29%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028912700.560.370.21339.8251.657.06
HexCA597F03825151543439
Octal31213117707045255246471
Binary1100101010110011111111011100010010110101101010100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA597F; }

 p { color: rgb(202,89,127); }

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

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

 a { background-color: rgb(202,89,127); }

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

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

 span { border-color: rgb(202,89,127); }

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