#c8507c

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

Shades of Cranberry #C8507C

Tints of Cranberry #C8507C

Color information

#C8507C (or 0xC8507C) is unknown color: approx Cranberry. HEX triplet: C8, 50 and 7C. RGB value is (200,80,124). Sum of RGB (Red+Green+Blue) = 200+80+124=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8507C is #37AF83. Grayscale: #787878. Windows color (decimal): -3649412 or 8147144. OLE color: 8147144.

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

Color convert

RGB20080124-
CMYK00.60.380.22
HSL338º52.17%54.9%-
HSV(B)338º60%78.43%-
XYZ30.3319.4721.23-
YUV120.9129.76184.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=49.50%
G=19.80%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008012400.60.380.2233852.1754.9
HexC8507C03C26161523437
Octal31012017407446265226467
Binary1100100010100001111100011110010011010110101010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8507c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8507c; }

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

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

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

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

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

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

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

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