#CC5580

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

Shades of Cranberry #CC5580

Tints of Cranberry #CC5580

Color information

#CC5580 (or 0xCC5580) is unknown color: approx Cranberry. HEX triplet: CC, 55 and 80. RGB value is (204,85,128). Sum of RGB (Red+Green+Blue) = 204+85+128=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5580 is #33AA7F. Grayscale: #7D7D7D. Windows color (decimal): -3385984 or 8410572. OLE color: 8410572.

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

Color convert

RGB20485128-
CMYK00.580.370.2
HSL338.32º53.85%56.67%-
HSV(B)338.32º58.33%80%-
XYZ32.0520.8922.77-
YUV125.48129.42184-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=48.92%
G=20.38%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048512800.580.370.2338.3253.8556.67
HexCC558003A25141523639
Octal31412520007245245226671
Binary11001100101010110000000011101010010110100101010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5580; }

 p { color: rgb(204,85,128); }

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

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

 a { background-color: rgb(204,85,128); }

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

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

 span { border-color: rgb(204,85,128); }

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