#C75766

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

Shades of Cabaret #C75766

Tints of Cabaret #C75766

Color information

#C75766 (or 0xC75766) is unknown color: approx Cabaret. HEX triplet: C7, 57 and 66. RGB value is (199,87,102). Sum of RGB (Red+Green+Blue) = 199+87+102=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C75766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75766 is #38A899. Grayscale: #7A7A7A. Windows color (decimal): -3713178 or 6707143. OLE color: 6707143.

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

Color convert

RGB19987102-
CMYK00.560.490.22
HSL351.96º50%56.08%-
HSV(B)351.96º56.28%78.04%-
XYZ29.3619.9214.87-
YUV122.2116.61182.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.29%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=51.29%
G=22.42%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998710200.560.490.22351.965056.08
HexC7576603831161603238
Octal30712714607061265406270
Binary1100011110101111100110011100011000110110101100000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75766; }

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

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

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

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

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

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

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

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