#C9557F

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

Shades of Cranberry #C9557F

Tints of Cranberry #C9557F

Color information

#C9557F (or 0xC9557F) is unknown color: approx Cranberry. HEX triplet: C9, 55 and 7F. RGB value is (201,85,127). Sum of RGB (Red+Green+Blue) = 201+85+127=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9557F is #36AA80. Grayscale: #7C7C7C. Windows color (decimal): -3582593 or 8345033. OLE color: 8345033.

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

Color convert

RGB20185127-
CMYK00.580.370.21
HSL338.28º51.79%56.08%-
HSV(B)338.28º57.71%78.82%-
XYZ31.1720.4522.38-
YUV124.47129.43182.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 127 (50% from 255) = 30.75%
R=48.67%
G=20.58%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018512700.580.370.21338.2851.7956.08
HexC9557F03A25151523438
Octal31112517707245255226470
Binary1100100110101011111111011101010010110101101010010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9557F; }

 p { color: rgb(201,85,127); }

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

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

 a { background-color: rgb(201,85,127); }

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

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

 span { border-color: rgb(201,85,127); }

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