#c6567b

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

Shades of Cabaret #C6567B

Tints of Cabaret #C6567B

Color information

#C6567B (or 0xC6567B) is unknown color: approx Cabaret. HEX triplet: C6, 56 and 7B. RGB value is (198,86,123). Sum of RGB (Red+Green+Blue) = 198+86+123=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6567B is #39A984. Grayscale: #7B7B7B. Windows color (decimal): -3778949 or 8083142. OLE color: 8083142.

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

Color convert

RGB19886123-
CMYK00.570.380.22
HSL340.18º49.56%55.69%-
HSV(B)340.18º56.57%77.65%-
XYZ30.1920.0921.03-
YUV123.71127.61180.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.65%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=48.65%
G=21.13%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988612300.570.380.22340.1849.5655.69
HexC6567B03926161543238
Octal30612617307146265246270
Binary1100011010101101111011011100110011010110101010100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6567b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6567b; }

 p { color: rgb(198,86,123); }

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

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

 a { background-color: rgb(198,86,123); }

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

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

 span { border-color: rgb(198,86,123); }

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