#C8517C

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

Shades of Cranberry #C8517C

Tints of Cranberry #C8517C

Color information

#C8517C (or 0xC8517C) is unknown color: approx Cranberry. HEX triplet: C8, 51 and 7C. RGB value is (200,81,124). Sum of RGB (Red+Green+Blue) = 200+81+124=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8517C is #37AE83. Grayscale: #797979. Windows color (decimal): -3649156 or 8147400. OLE color: 8147400.

HSL color Cylindrical-coordinate representation of color #C8517C: hue angle of 338.32º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8517C is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB20081124-
CMYK00.590.380.22
HSL338.32º51.97%55.1%-
HSV(B)338.32º59.5%78.43%-
XYZ30.419.6221.25-
YUV121.48129.42184-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.38%
GREEN value IS 81 (32.03% from 255) = 20%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=49.38%
G=20%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008112400.590.380.22338.3251.9755.1
HexC8517C03B26161523437
Octal31012117407346265226467
Binary1100100010100011111100011101110011010110101010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8517C; }

 p { color: rgb(200,81,124); }

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

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

 a { background-color: rgb(200,81,124); }

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

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

 span { border-color: rgb(200,81,124); }

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