#C76B73

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

Shades of Cabaret #C76B73

Tints of Cabaret #C76B73

Color information

#C76B73 (or 0xC76B73) is unknown color: approx Cabaret. HEX triplet: C7, 6B and 73. RGB value is (199,107,115). Sum of RGB (Red+Green+Blue) = 199+107+115=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B73 is #38948C. Grayscale: #878787. Windows color (decimal): -3708045 or 7564231. OLE color: 7564231.

HSL color Cylindrical-coordinate representation of color #C76B73: hue angle of 354.78º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76B73 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB199107115-
CMYK00.460.420.22
HSL354.78º45.1%60%-
HSV(B)354.78º46.23%78.04%-
XYZ31.9123.919.15-
YUV135.42116.48173.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=47.27%
G=25.42%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910711500.460.420.22354.7845.160
HexC76B7302E2A161632d3c
Octal30715316305652265435574
Binary1100011111010111110011010111010101010110101100011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76B73; }

 p { color: rgb(199,107,115); }

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

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

 a { background-color: rgb(199,107,115); }

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

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

 span { border-color: rgb(199,107,115); }

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