#C9567E

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

Shades of Cranberry #C9567E

Tints of Cranberry #C9567E

Color information

#C9567E (or 0xC9567E) is unknown color: approx Cranberry. HEX triplet: C9, 56 and 7E. RGB value is (201,86,126). Sum of RGB (Red+Green+Blue) = 201+86+126=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9567E is #36A981. Grayscale: #7C7C7C. Windows color (decimal): -3582338 or 8279753. OLE color: 8279753.

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

Color convert

RGB20186126-
CMYK00.570.370.21
HSL339.13º51.57%56.27%-
HSV(B)339.13º57.21%78.82%-
XYZ31.1820.5822.07-
YUV124.94128.6182.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 86 (33.98% from 255) = 20.82%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=48.67%
G=20.82%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018612600.570.370.21339.1351.5756.27
HexC9567E03925151533438
Octal31112617607145255236470
Binary1100100110101101111110011100110010110101101010011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9567E; }

 p { color: rgb(201,86,126); }

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

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

 a { background-color: rgb(201,86,126); }

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

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

 span { border-color: rgb(201,86,126); }

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