#C8537E

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

Shades of Cranberry #C8537E

Tints of Cranberry #C8537E

Color information

#C8537E (or 0xC8537E) is unknown color: approx Cranberry. HEX triplet: C8, 53 and 7E. RGB value is (200,83,126). Sum of RGB (Red+Green+Blue) = 200+83+126=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8537E is #37AC81. Grayscale: #7A7A7A. Windows color (decimal): -3648642 or 8278984. OLE color: 8278984.

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

Color convert

RGB20083126-
CMYK00.580.370.22
HSL337.95º51.54%55.49%-
HSV(B)337.95º58.5%78.43%-
XYZ30.6819.9721.98-
YUV122.88129.76183-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 83 (32.81% from 255) = 20.29%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=48.90%
G=20.29%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008312600.580.370.22337.9551.5455.49
HexC8537E03A25161523437
Octal31012317607245265226467
Binary1100100010100111111110011101010010110110101010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8537E; }

 p { color: rgb(200,83,126); }

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

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

 a { background-color: rgb(200,83,126); }

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

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

 span { border-color: rgb(200,83,126); }

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