#C65164

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

Shades of Cabaret #C65164

Tints of Cabaret #C65164

Color information

#C65164 (or 0xC65164) is unknown color: approx Cabaret. HEX triplet: C6, 51 and 64. RGB value is (198,81,100). Sum of RGB (Red+Green+Blue) = 198+81+100=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C65164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65164 is #39AE9B. Grayscale: #767676. Windows color (decimal): -3780252 or 6574534. OLE color: 6574534.

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

Color convert

RGB19881100-
CMYK00.590.490.22
HSL350.26º50.65%54.71%-
HSV(B)350.26º59.09%77.65%-
XYZ28.5318.8114.18-
YUV118.15117.76184.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.24%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 100 (39.45% from 255) = 26.39%
R=52.24%
G=21.37%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988110000.590.490.22350.2650.6554.71
HexC6516403B311615e3337
Octal30612114407361265366367
Binary1100011010100011100100011101111000110110101011110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65164; }

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

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

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

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

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

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

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

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