#C66277

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

Shades of Cabaret #C66277

Tints of Cabaret #C66277

Color information

#C66277 (or 0xC66277) is unknown color: approx Cabaret. HEX triplet: C6, 62 and 77. RGB value is (198,98,119). Sum of RGB (Red+Green+Blue) = 198+98+119=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C66277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66277 is #399D88. Grayscale: #828282. Windows color (decimal): -3775881 or 7824070. OLE color: 7824070.

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

Color convert

RGB19898119-
CMYK00.510.400.22
HSL347.4º46.73%58.04%-
HSV(B)347.4º50.51%77.65%-
XYZ30.9922.0720.08-
YUV130.29121.63176.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=47.71%
G=23.61%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989811900.510.400.22347.446.7358.04
HexC66277033281615b2f3a
Octal30614216706350265335772
Binary1100011011000101110111011001110100010110101011011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66277; }

 p { color: rgb(198,98,119); }

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

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

 a { background-color: rgb(198,98,119); }

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

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

 span { border-color: rgb(198,98,119); }

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