#C85A7F

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

Shades of Cranberry #C85A7F

Tints of Cranberry #C85A7F

Color information

#C85A7F (or 0xC85A7F) is unknown color: approx Cranberry. HEX triplet: C8, 5A and 7F. RGB value is (200,90,127). Sum of RGB (Red+Green+Blue) = 200+90+127=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A7F is #37A580. Grayscale: #7F7F7F. Windows color (decimal): -3646849 or 8346312. OLE color: 8346312.

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

Color convert

RGB20090127-
CMYK00.550.360.22
HSL339.82º50%56.86%-
HSV(B)339.82º55%78.43%-
XYZ31.3121.1222.51-
YUV127.11127.94179.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 127 (50% from 255) = 30.46%
R=47.96%
G=21.58%
B=30.46%

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
Decimal2009012700.550.360.22339.825056.86
HexC85A7F03724161543239
Octal31013217706744265246271
Binary1100100010110101111111011011110010010110101010100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85A7F; }

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

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

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

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

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

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

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

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