#C65567

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

Shades of Cabaret #C65567

Tints of Cabaret #C65567

Color information

#C65567 (or 0xC65567) is unknown color: approx Cabaret. HEX triplet: C6, 55 and 67. RGB value is (198,85,103). Sum of RGB (Red+Green+Blue) = 198+85+103=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C65567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65567 is #39AA98. Grayscale: #787878. Windows color (decimal): -3779225 or 6772166. OLE color: 6772166.

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

Color convert

RGB19885103-
CMYK00.570.480.22
HSL350.44º49.78%55.49%-
HSV(B)350.44º57.07%77.65%-
XYZ28.9919.4815.06-
YUV120.84117.94183.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.30%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 103 (40.62% from 255) = 26.68%
R=51.30%
G=22.02%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988510300.570.480.22350.4449.7855.49
HexC65567039301615e3237
Octal30612514707160265366267
Binary1100011010101011100111011100111000010110101011110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65567; }

 p { color: rgb(198,85,103); }

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

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

 a { background-color: rgb(198,85,103); }

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

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

 span { border-color: rgb(198,85,103); }

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