#C6606F

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

Shades of Cabaret #C6606F

Tints of Cabaret #C6606F

Color information

#C6606F (or 0xC6606F) is unknown color: approx Cabaret. HEX triplet: C6, 60 and 6F. RGB value is (198,96,111). Sum of RGB (Red+Green+Blue) = 198+96+111=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6606F is #399F90. Grayscale: #808080. Windows color (decimal): -3776401 or 7299270. OLE color: 7299270.

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

Color convert

RGB19896111-
CMYK00.520.440.22
HSL351.18º47.22%57.65%-
HSV(B)351.18º51.52%77.65%-
XYZ30.3421.5217.59-
YUV128.21118.29177.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=48.89%
G=23.70%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989611100.520.440.22351.1847.2257.65
HexC6606F0342C1615f2f3a
Octal30614015706454265375772
Binary1100011011000001101111011010010110010110101011111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6606F; }

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

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

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

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

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

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

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

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