#C85E80

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

Shades of Cranberry #C85E80

Tints of Cranberry #C85E80

Color information

#C85E80 (or 0xC85E80) is unknown color: approx Cranberry. HEX triplet: C8, 5E and 80. RGB value is (200,94,128). Sum of RGB (Red+Green+Blue) = 200+94+128=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E80 is #37A17F. Grayscale: #818181. Windows color (decimal): -3645824 or 8412872. OLE color: 8412872.

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

Color convert

RGB20094128-
CMYK00.530.360.22
HSL340.75º49.07%57.65%-
HSV(B)340.75º53%78.43%-
XYZ31.7221.8422.97-
YUV129.57127.12178.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=47.39%
G=22.27%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009412800.530.360.22340.7549.0757.65
HexC85E800352416155313a
Octal31013620006544265256172
Binary11001000101111010000000011010110010010110101010101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E80; }

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

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

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

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

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

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

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

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