#C45676

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

Shades of Cabaret #C45676

Tints of Cabaret #C45676

Color information

#C45676 (or 0xC45676) is unknown color: approx Cabaret. HEX triplet: C4, 56 and 76. RGB value is (196,86,118). Sum of RGB (Red+Green+Blue) = 196+86+118=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C45676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45676 is #3BA989. Grayscale: #7A7A7A. Windows color (decimal): -3910026 or 7755460. OLE color: 7755460.

HSL color Cylindrical-coordinate representation of color #C45676: hue angle of 342.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45676 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB19686118-
CMYK00.560.400.23
HSL342.55º48.25%55.29%-
HSV(B)342.55º56.12%76.86%-
XYZ29.3619.719.39-
YUV122.54125.44180.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=49%
G=21.5%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968611800.560.400.23342.5548.2555.29
HexC4567603828171573037
Octal30412616607050275276067
Binary1100010010101101110110011100010100010111101010111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45676; }

 p { color: rgb(196,86,118); }

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

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

 a { background-color: rgb(196,86,118); }

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

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

 span { border-color: rgb(196,86,118); }

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