#C65466

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

Shades of Cabaret #C65466

Tints of Cabaret #C65466

Color information

#C65466 (or 0xC65466) is unknown color: approx Cabaret. HEX triplet: C6, 54 and 66. RGB value is (198,84,102). Sum of RGB (Red+Green+Blue) = 198+84+102=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C65466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65466 is #39AB99. Grayscale: #787878. Windows color (decimal): -3779482 or 6706374. OLE color: 6706374.

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

Color convert

RGB19884102-
CMYK00.580.480.22
HSL350.53º50%55.29%-
HSV(B)350.53º57.58%77.65%-
XYZ28.8619.3114.78-
YUV120.14117.77183.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.56%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=51.56%
G=21.88%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988410200.580.480.22350.535055.29
HexC6546603A301615f3237
Octal30612414607260265376267
Binary1100011010101001100110011101011000010110101011111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65466; }

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

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

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

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

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

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

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

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