#C76070

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

Shades of Cabaret #C76070

Tints of Cabaret #C76070

Color information

#C76070 (or 0xC76070) is unknown color: approx Cabaret. HEX triplet: C7, 60 and 70. RGB value is (199,96,112). Sum of RGB (Red+Green+Blue) = 199+96+112=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C76070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76070 is #389F8F. Grayscale: #808080. Windows color (decimal): -3710864 or 7364807. OLE color: 7364807.

HSL color Cylindrical-coordinate representation of color #C76070: hue angle of 350.68º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76070 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB19996112-
CMYK00.520.440.22
HSL350.68º47.91%57.84%-
HSV(B)350.68º51.76%78.04%-
XYZ30.6621.6817.9-
YUV128.62118.62178.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.89%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=48.89%
G=23.59%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999611200.520.440.22350.6847.9157.84
HexC760700342C1615f303a
Octal30714016006454265376072
Binary1100011111000001110000011010010110010110101011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76070; }

 p { color: rgb(199,96,112); }

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

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

 a { background-color: rgb(199,96,112); }

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

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

 span { border-color: rgb(199,96,112); }

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