#CC5680

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

Shades of Cranberry #CC5680

Tints of Cranberry #CC5680

Color information

#CC5680 (or 0xCC5680) is unknown color: approx Cranberry. HEX triplet: CC, 56 and 80. RGB value is (204,86,128). Sum of RGB (Red+Green+Blue) = 204+86+128=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5680 is #33A97F. Grayscale: #7E7E7E. Windows color (decimal): -3385728 or 8410828. OLE color: 8410828.

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

Color convert

RGB20486128-
CMYK00.580.370.2
HSL338.64º53.64%56.86%-
HSV(B)338.64º57.84%80%-
XYZ32.1321.0522.79-
YUV126.07129.09183.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=48.80%
G=20.57%
B=30.62%

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
Decimal2048612800.580.370.2338.6453.6456.86
HexCC568003A25141533639
Octal31412620007245245236671
Binary11001100101011010000000011101010010110100101010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5680; }

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

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

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

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

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

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

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

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