#C65465

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

Shades of Cabaret #C65465

Tints of Cabaret #C65465

Color information

#C65465 (or 0xC65465) is unknown color: approx Cabaret. HEX triplet: C6, 54 and 65. RGB value is (198,84,101). Sum of RGB (Red+Green+Blue) = 198+84+101=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C65465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65465 is #39AB9A. Grayscale: #787878. Windows color (decimal): -3779483 or 6640838. OLE color: 6640838.

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

Color convert

RGB19884101-
CMYK00.580.490.22
HSL351.05º50%55.29%-
HSV(B)351.05º57.58%77.65%-
XYZ28.8119.2914.52-
YUV120.02117.27183.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.70%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 101 (39.84% from 255) = 26.37%
R=51.70%
G=21.93%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988410100.580.490.22351.055055.29
HexC6546503A311615f3237
Octal30612414507261265376267
Binary1100011010101001100101011101011000110110101011111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65465; }

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

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

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

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

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

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

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

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