#C8547D

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

Shades of Cranberry #C8547D

Tints of Cranberry #C8547D

Color information

#C8547D (or 0xC8547D) is unknown color: approx Cranberry. HEX triplet: C8, 54 and 7D. RGB value is (200,84,125). Sum of RGB (Red+Green+Blue) = 200+84+125=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8547D is #37AB82. Grayscale: #7B7B7B. Windows color (decimal): -3648387 or 8213704. OLE color: 8213704.

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

Color convert

RGB20084125-
CMYK00.580.380.22
HSL338.79º51.33%55.69%-
HSV(B)338.79º58%78.43%-
XYZ30.6920.121.66-
YUV123.36128.93182.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=48.90%
G=20.54%
B=30.56%

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
Decimal2008412500.580.380.22338.7951.3355.69
HexC8547D03A26161533338
Octal31012417507246265236370
Binary1100100010101001111101011101010011010110101010011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8547D; }

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

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

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

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

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

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

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

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