#C85A80

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

Shades of Cranberry #C85A80

Tints of Cranberry #C85A80

Color information

#C85A80 (or 0xC85A80) is unknown color: approx Cranberry. HEX triplet: C8, 5A and 80. RGB value is (200,90,128). Sum of RGB (Red+Green+Blue) = 200+90+128=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A80 is #37A57F. Grayscale: #7F7F7F. Windows color (decimal): -3646848 or 8411848. OLE color: 8411848.

HSL color Cylindrical-coordinate representation of color #C85A80: hue angle of 339.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85A80 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB20090128-
CMYK00.550.360.22
HSL339.27º50%56.86%-
HSV(B)339.27º55%78.43%-
XYZ31.3721.1522.85-
YUV127.22128.44179.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.85%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=47.85%
G=21.53%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009012800.550.360.22339.275056.86
HexC85A8003724161533239
Octal31013220006744265236271
Binary11001000101101010000000011011110010010110101010011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85A80; }

 p { color: rgb(200,90,128); }

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

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

 a { background-color: rgb(200,90,128); }

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

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

 span { border-color: rgb(200,90,128); }

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