#C45767

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

Shades of Cabaret #C45767

Tints of Cabaret #C45767

Color information

#C45767 (or 0xC45767) is unknown color: approx Cabaret. HEX triplet: C4, 57 and 67. RGB value is (196,87,103). Sum of RGB (Red+Green+Blue) = 196+87+103=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C45767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45767 is #3BA898. Grayscale: #797979. Windows color (decimal): -3909785 or 6772676. OLE color: 6772676.

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

Color convert

RGB19687103-
CMYK00.560.470.23
HSL351.19º48.02%55.49%-
HSV(B)351.19º55.61%76.86%-
XYZ28.6219.5315.09-
YUV121.42117.61181.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.78%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 103 (40.62% from 255) = 26.68%
R=50.78%
G=22.54%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968710300.560.470.23351.1948.0255.49
HexC457670382F1715f3037
Octal30412714707057275376067
Binary1100010010101111100111011100010111110111101011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45767; }

 p { color: rgb(196,87,103); }

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

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

 a { background-color: rgb(196,87,103); }

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

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

 span { border-color: rgb(196,87,103); }

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