#C66174

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

Shades of Cabaret #C66174

Tints of Cabaret #C66174

Color information

#C66174 (or 0xC66174) is unknown color: approx Cabaret. HEX triplet: C6, 61 and 74. RGB value is (198,97,116). Sum of RGB (Red+Green+Blue) = 198+97+116=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C66174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66174 is #399E8B. Grayscale: #818181. Windows color (decimal): -3776140 or 7627206. OLE color: 7627206.

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

Color convert

RGB19897116-
CMYK00.510.410.22
HSL348.71º46.98%57.84%-
HSV(B)348.71º51.01%77.65%-
XYZ30.7221.8219.12-
YUV129.36120.46176.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.18%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=48.18%
G=23.60%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989711600.510.410.22348.7146.9857.84
HexC66174033291615d2f3a
Octal30614116406351265355772
Binary1100011011000011110100011001110100110110101011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66174; }

 p { color: rgb(198,97,116); }

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

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

 a { background-color: rgb(198,97,116); }

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

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

 span { border-color: rgb(198,97,116); }

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