#C66776

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

Shades of Cabaret #C66776

Tints of Cabaret #C66776

Color information

#C66776 (or 0xC66776) is unknown color: approx Cabaret. HEX triplet: C6, 67 and 76. RGB value is (198,103,118). Sum of RGB (Red+Green+Blue) = 198+103+118=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C66776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66776 is #399889. Grayscale: #858585. Windows color (decimal): -3774602 or 7759814. OLE color: 7759814.

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

Color convert

RGB198103118-
CMYK00.480.400.22
HSL350.53º45.45%59.02%-
HSV(B)350.53º47.98%77.65%-
XYZ31.4123.0119.93-
YUV133.12119.47174.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 118 (46.48% from 255) = 28.16%
R=47.26%
G=24.58%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810311800.480.400.22350.5345.4559.02
HexC66776030281615f2d3b
Octal30614716606050265375573
Binary1100011011001111110110011000010100010110101011111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66776; }

 p { color: rgb(198,103,118); }

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

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

 a { background-color: rgb(198,103,118); }

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

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

 span { border-color: rgb(198,103,118); }

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