#C85D80

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

Shades of Cranberry #C85D80

Tints of Cranberry #C85D80

Color information

#C85D80 (or 0xC85D80) is unknown color: approx Cranberry. HEX triplet: C8, 5D and 80. RGB value is (200,93,128). Sum of RGB (Red+Green+Blue) = 200+93+128=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D80 is #37A27F. Grayscale: #808080. Windows color (decimal): -3646080 or 8412616. OLE color: 8412616.

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

Color convert

RGB20093128-
CMYK00.540.360.22
HSL340.37º49.31%57.45%-
HSV(B)340.37º53.5%78.43%-
XYZ31.6321.6722.94-
YUV128.98127.45178.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=47.51%
G=22.09%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009312800.540.360.22340.3749.3157.45
HexC85D8003624161543139
Octal31013520006644265246171
Binary11001000101110110000000011011010010010110101010100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85D80; }

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

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

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

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

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

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

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

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