#C6617A

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

Shades of Cabaret #C6617A

Tints of Cabaret #C6617A

Color information

#C6617A (or 0xC6617A) is unknown color: approx Cabaret. HEX triplet: C6, 61 and 7A. RGB value is (198,97,122). Sum of RGB (Red+Green+Blue) = 198+97+122=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6617A is #399E85. Grayscale: #828282. Windows color (decimal): -3776134 or 8020422. OLE color: 8020422.

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

Color convert

RGB19897122-
CMYK00.510.380.22
HSL345.15º46.98%57.84%-
HSV(B)345.15º51.01%77.65%-
XYZ31.0821.9621.01-
YUV130.05123.46176.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=47.48%
G=23.26%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989712200.510.380.22345.1546.9857.84
HexC6617A03326161592f3a
Octal30614117206346265315772
Binary1100011011000011111010011001110011010110101011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6617A; }

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

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

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

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

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

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

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

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