#C6657A

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

Shades of Cabaret #C6657A

Tints of Cabaret #C6657A

Color information

#C6657A (or 0xC6657A) is unknown color: approx Cabaret. HEX triplet: C6, 65 and 7A. RGB value is (198,101,122). Sum of RGB (Red+Green+Blue) = 198+101+122=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6657A is #399A85. Grayscale: #848484. Windows color (decimal): -3775110 or 8021446. OLE color: 8021446.

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

Color convert

RGB198101122-
CMYK00.490.380.22
HSL347.01º45.97%58.63%-
HSV(B)347.01º48.99%77.65%-
XYZ31.4622.7221.14-
YUV132.4122.14174.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=47.03%
G=23.99%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810112200.490.380.22347.0145.9758.63
HexC6657A031261615b2e3b
Octal30614517206146265335673
Binary1100011011001011111010011000110011010110101011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6657A; }

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

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

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

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

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

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

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

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