#C76971

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

Shades of Cabaret #C76971

Tints of Cabaret #C76971

Color information

#C76971 (or 0xC76971) is unknown color: approx Cabaret. HEX triplet: C7, 69 and 71. RGB value is (199,105,113). Sum of RGB (Red+Green+Blue) = 199+105+113=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C76971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76971 is #38968E. Grayscale: #868686. Windows color (decimal): -3708559 or 7432647. OLE color: 7432647.

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

Color convert

RGB199105113-
CMYK00.470.430.22
HSL354.89º45.63%59.61%-
HSV(B)354.89º47.24%78.04%-
XYZ31.5923.4418.48-
YUV134.02116.14174.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=47.72%
G=25.18%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910511300.470.430.22354.8945.6359.61
HexC7697102F2B161632e3c
Octal30715116105753265435674
Binary1100011111010011110001010111110101110110101100011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76971; }

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

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

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

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

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

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

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

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