#C65166

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

Shades of Cabaret #C65166

Tints of Cabaret #C65166

Color information

#C65166 (or 0xC65166) is unknown color: approx Cabaret. HEX triplet: C6, 51 and 66. RGB value is (198,81,102). Sum of RGB (Red+Green+Blue) = 198+81+102=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C65166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65166 is #39AE99. Grayscale: #767676. Windows color (decimal): -3780250 or 6705606. OLE color: 6705606.

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

Color convert

RGB19881102-
CMYK00.590.480.22
HSL349.23º50.65%54.71%-
HSV(B)349.23º59.09%77.65%-
XYZ28.6318.8514.7-
YUV118.38118.76184.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=51.97%
G=21.26%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988110200.590.480.22349.2350.6554.71
HexC6516603B301615d3337
Octal30612114607360265356367
Binary1100011010100011100110011101111000010110101011101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65166; }

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

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

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

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

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

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

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

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