#C76069

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

Shades of Cabaret #C76069

Tints of Cabaret #C76069

Color information

#C76069 (or 0xC76069) is unknown color: approx Cabaret. HEX triplet: C7, 60 and 69. RGB value is (199,96,105). Sum of RGB (Red+Green+Blue) = 199+96+105=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C76069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76069 is #389F96. Grayscale: #7F7F7F. Windows color (decimal): -3710871 or 6906055. OLE color: 6906055.

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

Color convert

RGB19996105-
CMYK00.520.470.22
HSL354.76º47.91%57.84%-
HSV(B)354.76º51.76%78.04%-
XYZ30.2921.5315.92-
YUV127.82115.12178.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.75%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 105 (41.41% from 255) = 26.25%
R=49.75%
G=24%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999610500.520.470.22354.7647.9157.84
HexC760690342F16163303a
Octal30714015106457265436072
Binary1100011111000001101001011010010111110110101100011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76069; }

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

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

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

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

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

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

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

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