#C85B7F

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

Shades of Cranberry #C85B7F

Tints of Cranberry #C85B7F

Color information

#C85B7F (or 0xC85B7F) is unknown color: approx Cranberry. HEX triplet: C8, 5B and 7F. RGB value is (200,91,127). Sum of RGB (Red+Green+Blue) = 200+91+127=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B7F is #37A480. Grayscale: #7F7F7F. Windows color (decimal): -3646593 or 8346568. OLE color: 8346568.

HSL color Cylindrical-coordinate representation of color #C85B7F: hue angle of 340.18º 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 #C85B7F is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB20091127-
CMYK00.540.360.22
HSL340.18º49.77%57.06%-
HSV(B)340.18º54.5%78.43%-
XYZ31.3921.2922.53-
YUV127.69127.61179.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.85%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 127 (50% from 255) = 30.38%
R=47.85%
G=21.77%
B=30.38%

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
Decimal2009112700.540.360.22340.1849.7757.06
HexC85B7F03624161543239
Octal31013317706644265246271
Binary1100100010110111111111011011010010010110101010100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B7F; }

 p { color: rgb(200,91,127); }

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

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

 a { background-color: rgb(200,91,127); }

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

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

 span { border-color: rgb(200,91,127); }

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