#C9547C

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

Shades of Cranberry #C9547C

Tints of Cranberry #C9547C

Color information

#C9547C (or 0xC9547C) is unknown color: approx Cranberry. HEX triplet: C9, 54 and 7C. RGB value is (201,84,124). Sum of RGB (Red+Green+Blue) = 201+84+124=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9547C is #36AB83. Grayscale: #7B7B7B. Windows color (decimal): -3582852 or 8148169. OLE color: 8148169.

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

Color convert

RGB20184124-
CMYK00.580.380.21
HSL339.49º52%55.88%-
HSV(B)339.49º58.21%78.82%-
XYZ30.920.2121.34-
YUV123.54128.26183.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.14%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=49.14%
G=20.54%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018412400.580.380.21339.495255.88
HexC9547C03A26151533438
Octal31112417407246255236470
Binary1100100110101001111100011101010011010101101010011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9547C; }

 p { color: rgb(201,84,124); }

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

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

 a { background-color: rgb(201,84,124); }

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

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

 span { border-color: rgb(201,84,124); }

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