#C76077

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

Shades of Cabaret #C76077

Tints of Cabaret #C76077

Color information

#C76077 (or 0xC76077) is unknown color: approx Cabaret. HEX triplet: C7, 60 and 77. RGB value is (199,96,119). Sum of RGB (Red+Green+Blue) = 199+96+119=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C76077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76077 is #389F88. Grayscale: #818181. Windows color (decimal): -3710857 or 7823559. OLE color: 7823559.

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

Color convert

RGB19996119-
CMYK00.520.400.22
HSL346.6º47.91%57.84%-
HSV(B)346.6º51.76%78.04%-
XYZ31.0721.8420.03-
YUV129.42122.12177.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 119 (46.88% from 255) = 28.74%
R=48.07%
G=23.19%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999611900.520.400.22346.647.9157.84
HexC76077034281615b303a
Octal30714016706450265336072
Binary1100011111000001110111011010010100010110101011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76077; }

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

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

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

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

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

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

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

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