#C7527C

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

Shades of Cranberry #C7527C

Tints of Cranberry #C7527C

Color information

#C7527C (or 0xC7527C) is unknown color: approx Cranberry. HEX triplet: C7, 52 and 7C. RGB value is (199,82,124). Sum of RGB (Red+Green+Blue) = 199+82+124=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7527C is #38AD83. Grayscale: #797979. Windows color (decimal): -3714436 or 8147655. OLE color: 8147655.

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

Color convert

RGB19982124-
CMYK00.590.380.22
HSL338.46º51.09%55.1%-
HSV(B)338.46º58.79%78.04%-
XYZ30.2119.6321.27-
YUV121.77129.26183.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=49.14%
G=20.25%
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
Decimal1998212400.590.380.22338.4651.0955.1
HexC7527C03B26161523337
Octal30712217407346265226367
Binary1100011110100101111100011101110011010110101010010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7527C; }

 p { color: rgb(199,82,124); }

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

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

 a { background-color: rgb(199,82,124); }

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

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

 span { border-color: rgb(199,82,124); }

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