#C5567C

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

Shades of Cabaret #C5567C

Tints of Cabaret #C5567C

Color information

#C5567C (or 0xC5567C) is unknown color: approx Cabaret. HEX triplet: C5, 56 and 7C. RGB value is (197,86,124). Sum of RGB (Red+Green+Blue) = 197+86+124=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5567C is #3AA983. Grayscale: #7B7B7B. Windows color (decimal): -3844484 or 8148677. OLE color: 8148677.

HSL color Cylindrical-coordinate representation of color #C5567C: hue angle of 339.46º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5567C is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB19786124-
CMYK00.560.370.23
HSL339.46º48.9%55.49%-
HSV(B)339.46º56.35%77.25%-
XYZ29.9919.9821.34-
YUV123.52128.27180.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.40%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=48.40%
G=21.13%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978612400.560.370.23339.4648.955.49
HexC5567C03825171533137
Octal30512617407045275236167
Binary1100010110101101111100011100010010110111101010011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5567C; }

 p { color: rgb(197,86,124); }

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

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

 a { background-color: rgb(197,86,124); }

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

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

 span { border-color: rgb(197,86,124); }

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