#CC597D

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

Shades of Cranberry #CC597D

Tints of Cranberry #CC597D

Color information

#CC597D (or 0xCC597D) is unknown color: approx Cranberry. HEX triplet: CC, 59 and 7D. RGB value is (204,89,125). Sum of RGB (Red+Green+Blue) = 204+89+125=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC597D is #33A682. Grayscale: #7F7F7F. Windows color (decimal): -3384963 or 8214988. OLE color: 8214988.

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

Color convert

RGB20489125-
CMYK00.560.390.2
HSL341.22º53%57.45%-
HSV(B)341.22º56.37%80%-
XYZ32.1821.4621.85-
YUV127.49126.6182.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=48.80%
G=21.29%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048912500.560.390.2341.225357.45
HexCC597D03827141553539
Octal31413117507047245256571
Binary1100110010110011111101011100010011110100101010101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC597D; }

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

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

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

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

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

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

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

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