#c8537d

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

Shades of Cranberry #C8537D

Tints of Cranberry #C8537D

Color information

#C8537D (or 0xC8537D) is unknown color: approx Cranberry. HEX triplet: C8, 53 and 7D. RGB value is (200,83,125). Sum of RGB (Red+Green+Blue) = 200+83+125=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8537D is #37AC82. Grayscale: #7A7A7A. Windows color (decimal): -3648643 or 8213448. OLE color: 8213448.

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

Color convert

RGB20083125-
CMYK00.580.380.22
HSL338.46º51.54%55.49%-
HSV(B)338.46º58.5%78.43%-
XYZ30.6119.9521.64-
YUV122.77129.26183.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 83 (32.81% from 255) = 20.34%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=49.02%
G=20.34%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008312500.580.380.22338.4651.5455.49
HexC8537D03A26161523437
Octal31012317507246265226467
Binary1100100010100111111101011101010011010110101010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8537d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8537d; }

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

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

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

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

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

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

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

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