#C75666

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

Shades of Cabaret #C75666

Tints of Cabaret #C75666

Color information

#C75666 (or 0xC75666) is unknown color: approx Cabaret. HEX triplet: C7, 56 and 66. RGB value is (199,86,102). Sum of RGB (Red+Green+Blue) = 199+86+102=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C75666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75666 is #38A999. Grayscale: #797979. Windows color (decimal): -3713434 or 6706887. OLE color: 6706887.

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

Color convert

RGB19986102-
CMYK00.570.490.22
HSL351.5º50.22%55.88%-
HSV(B)351.5º56.78%78.04%-
XYZ29.2819.7614.84-
YUV121.61116.94183.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.42%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=51.42%
G=22.22%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998610200.570.490.22351.550.2255.88
HexC7566603931161603238
Octal30712614607161265406270
Binary1100011110101101100110011100111000110110101100000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75666; }

 p { color: rgb(199,86,102); }

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

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

 a { background-color: rgb(199,86,102); }

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

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

 span { border-color: rgb(199,86,102); }

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