#C6606A

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

Shades of Cabaret #C6606A

Tints of Cabaret #C6606A

Color information

#C6606A (or 0xC6606A) is unknown color: approx Cabaret. HEX triplet: C6, 60 and 6A. RGB value is (198,96,106). Sum of RGB (Red+Green+Blue) = 198+96+106=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C6606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6606A is #399F95. Grayscale: #7F7F7F. Windows color (decimal): -3776406 or 6971590. OLE color: 6971590.

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

Color convert

RGB19896106-
CMYK00.520.460.22
HSL354.12º47.22%57.65%-
HSV(B)354.12º51.52%77.65%-
XYZ30.0721.4116.18-
YUV127.64115.79178.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.5%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=49.5%
G=24%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989610600.520.460.22354.1247.2257.65
HexC6606A0342E161622f3a
Octal30614015206456265425772
Binary1100011011000001101010011010010111010110101100010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6606A; }

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

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

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

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

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

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

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

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