#C66B6F

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

Shades of Cabaret #C66B6F

Tints of Cabaret #C66B6F

Color information

#C66B6F (or 0xC66B6F) is unknown color: approx Cabaret. HEX triplet: C6, 6B and 6F. RGB value is (198,107,111). Sum of RGB (Red+Green+Blue) = 198+107+111=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66B6F is #399490. Grayscale: #868686. Windows color (decimal): -3773585 or 7302086. OLE color: 7302086.

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

Color convert

RGB198107111-
CMYK00.460.440.22
HSL357.36º44.39%59.8%-
HSV(B)357.36º45.96%77.65%-
XYZ31.4223.6717.95-
YUV134.66114.65173.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.60%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=47.60%
G=25.72%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810711100.460.440.22357.3644.3959.8
HexC66B6F02E2C161652c3c
Octal30615315705654265455474
Binary1100011011010111101111010111010110010110101100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66B6F; }

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

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

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

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

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

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

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

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