#C6656A

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

Shades of Cabaret #C6656A

Tints of Cabaret #C6656A

Color information

#C6656A (or 0xC6656A) is unknown color: approx Cabaret. HEX triplet: C6, 65 and 6A. RGB value is (198,101,106). Sum of RGB (Red+Green+Blue) = 198+101+106=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6656A is #399A95. Grayscale: #828282. Windows color (decimal): -3775126 or 6972870. OLE color: 6972870.

HSL color Cylindrical-coordinate representation of color #C6656A: hue angle of 356.91º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6656A is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB198101106-
CMYK00.490.460.22
HSL356.91º45.97%58.63%-
HSV(B)356.91º48.99%77.65%-
XYZ30.5422.3516.34-
YUV130.57114.14176.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=48.89%
G=24.94%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810110600.490.460.22356.9145.9758.63
HexC6656A0312E161652e3b
Octal30614515206156265455673
Binary1100011011001011101010011000110111010110101100101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6656A; }

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

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

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

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

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

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

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

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