#C85980

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

Shades of Cranberry #C85980

Tints of Cranberry #C85980

Color information

#C85980 (or 0xC85980) is unknown color: approx Cranberry. HEX triplet: C8, 59 and 80. RGB value is (200,89,128). Sum of RGB (Red+Green+Blue) = 200+89+128=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85980 is #37A67F. Grayscale: #7E7E7E. Windows color (decimal): -3647104 or 8411592. OLE color: 8411592.

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

Color convert

RGB20089128-
CMYK00.560.360.22
HSL338.92º50.23%56.67%-
HSV(B)338.92º55.5%78.43%-
XYZ31.2920.9822.82-
YUV126.64128.77180.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=47.96%
G=21.34%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008912800.560.360.22338.9250.2356.67
HexC8598003824161533239
Octal31013120007044265236271
Binary11001000101100110000000011100010010010110101010011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85980; }

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

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

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

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

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

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

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

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