#C65165

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

Shades of Cabaret #C65165

Tints of Cabaret #C65165

Color information

#C65165 (or 0xC65165) is unknown color: approx Cabaret. HEX triplet: C6, 51 and 65. RGB value is (198,81,101). Sum of RGB (Red+Green+Blue) = 198+81+101=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C65165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65165 is #39AE9A. Grayscale: #767676. Windows color (decimal): -3780251 or 6640070. OLE color: 6640070.

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

Color convert

RGB19881101-
CMYK00.590.490.22
HSL349.74º50.65%54.71%-
HSV(B)349.74º59.09%77.65%-
XYZ28.5818.8314.44-
YUV118.26118.26184.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.11%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=52.11%
G=21.32%
B=26.58%

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
Decimal1988110100.590.490.22349.7450.6554.71
HexC6516503B311615e3337
Octal30612114507361265366367
Binary1100011010100011100101011101111000110110101011110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65165; }

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

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

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

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

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

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

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

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