#C65666

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

Shades of Cabaret #C65666

Tints of Cabaret #C65666

Color information

#C65666 (or 0xC65666) is unknown color: approx Cabaret. HEX triplet: C6, 56 and 66. RGB value is (198,86,102). Sum of RGB (Red+Green+Blue) = 198+86+102=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C65666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65666 is #39A999. Grayscale: #797979. Windows color (decimal): -3778970 or 6706886. OLE color: 6706886.

HSL color Cylindrical-coordinate representation of color #C65666: hue angle of 351.43º 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 #C65666 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB19886102-
CMYK00.570.480.22
HSL351.43º49.56%55.69%-
HSV(B)351.43º56.57%77.65%-
XYZ29.0119.6214.83-
YUV121.31117.11182.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.30%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=51.30%
G=22.28%
B=26.42%

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
Decimal1988610200.570.480.22351.4349.5655.69
HexC65666039301615f3238
Octal30612614607160265376270
Binary1100011010101101100110011100111000010110101011111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65666; }

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

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

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

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

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

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

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

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