#C76372

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

Shades of Cabaret #C76372

Tints of Cabaret #C76372

Color information

#C76372 (or 0xC76372) is unknown color: approx Cabaret. HEX triplet: C7, 63 and 72. RGB value is (199,99,114). Sum of RGB (Red+Green+Blue) = 199+99+114=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C76372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76372 is #389C8D. Grayscale: #828282. Windows color (decimal): -3710094 or 7496647. OLE color: 7496647.

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

Color convert

RGB19999114-
CMYK00.500.430.22
HSL351º47.17%58.43%-
HSV(B)351º50.25%78.04%-
XYZ31.0522.2818.58-
YUV130.61118.63176.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.30%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 114 (44.92% from 255) = 27.67%
R=48.30%
G=24.03%
B=27.67%

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
Decimal1999911400.500.430.2235147.1758.43
HexC763720322B1615f2f3a
Octal30714316206253265375772
Binary1100011111000111110010011001010101110110101011111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76372; }

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

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

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

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

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

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

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

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