#CC577B

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

Shades of Cranberry #CC577B

Tints of Cranberry #CC577B

Color information

#CC577B (or 0xCC577B) is unknown color: approx Cranberry. HEX triplet: CC, 57 and 7B. RGB value is (204,87,123). Sum of RGB (Red+Green+Blue) = 204+87+123=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC577B is #33A884. Grayscale: #7E7E7E. Windows color (decimal): -3385477 or 8083404. OLE color: 8083404.

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

Color convert

RGB20487123-
CMYK00.570.400.2
HSL341.54º53.42%57.06%-
HSV(B)341.54º57.35%80%-
XYZ31.8921.0821.13-
YUV126.09126.26183.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 87 (34.38% from 255) = 21.01%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=49.28%
G=21.01%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048712300.570.400.2341.5453.4257.06
HexCC577B03928141563539
Octal31412717307150245266571
Binary1100110010101111111011011100110100010100101010110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC577B; }

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

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

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

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

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

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

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

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