#C76471

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

Shades of Cabaret #C76471

Tints of Cabaret #C76471

Color information

#C76471 (or 0xC76471) is unknown color: approx Cabaret. HEX triplet: C7, 64 and 71. RGB value is (199,100,113). Sum of RGB (Red+Green+Blue) = 199+100+113=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C76471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76471 is #389B8E. Grayscale: #838383. Windows color (decimal): -3709839 or 7431367. OLE color: 7431367.

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

Color convert

RGB199100113-
CMYK00.500.430.22
HSL352.12º46.92%58.63%-
HSV(B)352.12º49.75%78.04%-
XYZ31.0922.4518.32-
YUV131.08117.8176.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.30%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=48.30%
G=24.27%
B=27.43%

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
Decimal19910011300.500.430.22352.1246.9258.63
HexC764710322B161602f3b
Octal30714416106253265405773
Binary1100011111001001110001011001010101110110101100000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76471; }

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

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

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

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

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

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

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

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