#CC597F

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

Shades of Cranberry #CC597F

Tints of Cranberry #CC597F

Color information

#CC597F (or 0xCC597F) is unknown color: approx Cranberry. HEX triplet: CC, 59 and 7F. RGB value is (204,89,127). Sum of RGB (Red+Green+Blue) = 204+89+127=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC597F is #33A680. Grayscale: #7F7F7F. Windows color (decimal): -3384961 or 8346060. OLE color: 8346060.

HSL color Cylindrical-coordinate representation of color #CC597F: hue angle of 340.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC597F is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB20489127-
CMYK00.560.380.2
HSL340.17º53%57.45%-
HSV(B)340.17º56.37%80%-
XYZ32.321.5122.53-
YUV127.72127.6182.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 127 (50% from 255) = 30.24%
R=48.57%
G=21.19%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048912700.560.380.2340.175357.45
HexCC597F03826141543539
Octal31413117707046245246571
Binary1100110010110011111111011100010011010100101010100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC597F; }

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

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

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

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

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

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

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

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