#C66072

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

Shades of Cabaret #C66072

Tints of Cabaret #C66072

Color information

#C66072 (or 0xC66072) is unknown color: approx Cabaret. HEX triplet: C6, 60 and 72. RGB value is (198,96,114). Sum of RGB (Red+Green+Blue) = 198+96+114=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C66072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66072 is #399F8D. Grayscale: #808080. Windows color (decimal): -3776398 or 7495878. OLE color: 7495878.

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

Color convert

RGB19896114-
CMYK00.520.420.22
HSL349.41º47.22%57.65%-
HSV(B)349.41º51.52%77.65%-
XYZ30.5121.5918.48-
YUV128.55119.79177.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.53%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=48.53%
G=23.53%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989611400.520.420.22349.4147.2257.65
HexC660720342A1615d2f3a
Octal30614016206452265355772
Binary1100011011000001110010011010010101010110101011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66072; }

 p { color: rgb(198,96,114); }

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

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

 a { background-color: rgb(198,96,114); }

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

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

 span { border-color: rgb(198,96,114); }

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