#C65D77

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

Shades of Cabaret #C65D77

Tints of Cabaret #C65D77

Color information

#C65D77 (or 0xC65D77) is unknown color: approx Cabaret. HEX triplet: C6, 5D and 77. RGB value is (198,93,119). Sum of RGB (Red+Green+Blue) = 198+93+119=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65D77 is #39A288. Grayscale: #7F7F7F. Windows color (decimal): -3777161 or 7822790. OLE color: 7822790.

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

Color convert

RGB19893119-
CMYK00.530.400.22
HSL345.14º47.95%57.06%-
HSV(B)345.14º53.03%77.65%-
XYZ30.5321.1719.93-
YUV127.36123.29178.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.29%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=48.29%
G=22.68%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989311900.530.400.22345.1447.9557.06
HexC65D7703528161593039
Octal30613516706550265316071
Binary1100011010111011110111011010110100010110101011001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65D77; }

 p { color: rgb(198,93,119); }

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

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

 a { background-color: rgb(198,93,119); }

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

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

 span { border-color: rgb(198,93,119); }

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