#C76371

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

Shades of Cabaret #C76371

Tints of Cabaret #C76371

Color information

#C76371 (or 0xC76371) is unknown color: approx Cabaret. HEX triplet: C7, 63 and 71. RGB value is (199,99,113). Sum of RGB (Red+Green+Blue) = 199+99+113=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C76371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76371 is #389C8E. Grayscale: #828282. Windows color (decimal): -3710095 or 7431111. OLE color: 7431111.

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

Color convert

RGB19999113-
CMYK00.500.430.22
HSL351.6º47.17%58.43%-
HSV(B)351.6º50.25%78.04%-
XYZ3122.2618.29-
YUV130.5118.13176.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=48.42%
G=24.09%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999911300.500.430.22351.647.1758.43
HexC763710322B161602f3a
Octal30714316106253265405772
Binary1100011111000111110001011001010101110110101100000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76371; }

 p { color: rgb(199,99,113); }

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

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

 a { background-color: rgb(199,99,113); }

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

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

 span { border-color: rgb(199,99,113); }

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