#CC597B

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

Shades of Cranberry #CC597B

Tints of Cranberry #CC597B

Color information

#CC597B (or 0xCC597B) is unknown color: approx Cranberry. HEX triplet: CC, 59 and 7B. RGB value is (204,89,123). Sum of RGB (Red+Green+Blue) = 204+89+123=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC597B is #33A684. Grayscale: #7F7F7F. Windows color (decimal): -3384965 or 8083916. OLE color: 8083916.

HSL color Cylindrical-coordinate representation of color #CC597B: hue angle of 342.26º 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 #CC597B is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB20489123-
CMYK00.560.400.2
HSL342.26º53%57.45%-
HSV(B)342.26º56.37%80%-
XYZ32.0521.4121.18-
YUV127.26125.6182.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=49.04%
G=21.39%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048912300.560.400.2342.265357.45
HexCC597B03828141563539
Octal31413117307050245266571
Binary1100110010110011111011011100010100010100101010110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC597B; }

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

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

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

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

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

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

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

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