#C66274

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

Shades of Cabaret #C66274

Tints of Cabaret #C66274

Color information

#C66274 (or 0xC66274) is unknown color: approx Cabaret. HEX triplet: C6, 62 and 74. RGB value is (198,98,116). Sum of RGB (Red+Green+Blue) = 198+98+116=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C66274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66274 is #399D8B. Grayscale: #818181. Windows color (decimal): -3775884 or 7627462. OLE color: 7627462.

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

Color convert

RGB19898116-
CMYK00.510.410.22
HSL349.2º46.73%58.04%-
HSV(B)349.2º50.51%77.65%-
XYZ30.812219.15-
YUV129.95120.13176.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.06%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=48.06%
G=23.79%
B=28.16%

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
Decimal1989811600.510.410.22349.246.7358.04
HexC66274033291615d2f3a
Octal30614216406351265355772
Binary1100011011000101110100011001110100110110101011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66274; }

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

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

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

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

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

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

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

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